|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PaintedObject
The interface for a SMALL set of utility classes that paint shapes or other kinds of graphical objects. The purpose of these classes is to provide a simple interface for some of the more complicated things in Java2D, like strings and Images.
Method Summary | |
---|---|
Rectangle2D |
getBounds()
Deprecated. Get the bounding box of the object when painted. |
void |
paint(Graphics2D g)
Deprecated. Paint the shape. |
Method Detail |
---|
Rectangle2D getBounds()
void paint(Graphics2D g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |