public interface BlockFrame
AbstractBlock
. Classes that implement this interface should
implement PublicCloneable
OR be immutable.Modifier and Type | Method and Description |
---|---|
void |
draw(Graphics2D g2,
Rectangle2D area)
Draws the border by filling in the reserved space (in black).
|
org.jfree.ui.RectangleInsets |
getInsets()
Returns the space reserved for the border.
|
org.jfree.ui.RectangleInsets getInsets()
null
).void draw(Graphics2D g2, Rectangle2D area)
g2
- the graphics device.area
- the area.Jas4pp 1.5 © Java Analysis Studio for Particle Physics