public interface MapViewPaintable
You might want to extend AbstractMapViewPaintable
to ease implementation of this.
That class allows you to listen to paintable change events. Those methods may be moved here some time in the future.
Modifier and Type | Interface and Description |
---|---|
static class |
MapViewPaintable.PaintableInvalidationEvent
This event is fired whenever the paintable got invalidated and needs repainting some time in the future.
|
static interface |
MapViewPaintable.PaintableInvalidationListener
This is a listener that listens to
MapViewPaintable.PaintableInvalidationEvent s |
Modifier and Type | Method and Description |
---|---|
void |
paint(java.awt.Graphics2D g,
MapView mv,
Bounds bbox)
Paint the dataset using the engine set.
|