interface Drawable
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics g,
Context c)
Draw bar
|
java.awt.Rectangle |
getRectangle(int barHeight)
Get bar rectangle
|
ISource |
getSource()
Return source
|
java.awt.Rectangle getRectangle(int barHeight)
barHeight - bar heightvoid draw(java.awt.Graphics g,
Context c)
g - graphics contextc - contextISource getSource()