public interface PointDrawable
| Modifier and Type | Method and Description |
|---|---|
void |
draw(PointGraphics pg,
PointRect area)
Draw this PointDrawable on to a PointGraphics.
|
void draw(PointGraphics pg, PointRect area)
pg - the destination PointGraphics.area - the area on the PointGraphics that needs updating.