public interface PaintedObject
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Rectangle2D |
getBounds()
Get the bounding box of the object when painted.
|
void |
paint(java.awt.Graphics2D g)
Paint the shape.
|
java.awt.geom.Rectangle2D getBounds()
void paint(java.awt.Graphics2D g)