|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlockFrame
A block frame is a type of border that can be drawn around the outside of
any AbstractBlock
. Classes that implement this interface should
implement PublicCloneable
OR be immutable.
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g2,
java.awt.geom.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. |
Method Detail |
---|
org.jfree.ui.RectangleInsets getInsets()
null
).void draw(java.awt.Graphics2D g2, java.awt.geom.Rectangle2D area)
g2
- the graphics device.area
- the area.
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |