|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Drawable
An interface for an object that can draw itself within an area on a Graphics2D.
Method Summary | |
---|---|
void |
draw(Graphics2D g2,
Rectangle2D area)
Draws the object. |
Method Detail |
---|
void draw(Graphics2D g2, Rectangle2D area)
g2
- the graphics device.area
- the area inside which the object should be drawn.
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |