|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
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 | |
---|---|
java.awt.geom.Rectangle2D |
getBounds()
Get the bounding box of the object when painted. |
void |
paint(java.awt.Graphics2D g)
Paint the shape. |
Method Detail |
---|
java.awt.geom.Rectangle2D getBounds()
void paint(java.awt.Graphics2D g)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |