|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectMapPaneAdapter
public class MapPaneAdapter
An adapter class that implements all of the method
defined in the MapPaneListener
interface as empty methods, allowing sub-classes
to just override the methods they need.
modules/unsupported/swing (gt-swing.jar)
Constructor Summary | |
---|---|
MapPaneAdapter()
|
Method Summary | |
---|---|
void |
onDisplayAreaChanged(MapPaneEvent ev)
Called by the map pane when its display area has been changed e.g. by zooming or panning |
void |
onNewContext(MapPaneEvent ev)
Called by the map pane when a new map context has been set |
void |
onNewRenderer(MapPaneEvent ev)
Called by the map pane when a new renderer has been set |
void |
onRenderingProgress(MapPaneEvent ev)
Called by the map pane when it is rendering features. |
void |
onRenderingStarted(MapPaneEvent ev)
Called by the map pane when it has started rendering features |
void |
onRenderingStopped(MapPaneEvent ev)
Called by the map pane when it has stopped rendering features |
void |
onResized(MapPaneEvent ev)
Called by the map pane when it has been resized |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MapPaneAdapter()
Method Detail |
---|
public void onNewContext(MapPaneEvent ev)
onNewContext
in interface MapPaneListener
ev
- the eventpublic void onNewRenderer(MapPaneEvent ev)
onNewRenderer
in interface MapPaneListener
ev
- the eventpublic void onResized(MapPaneEvent ev)
onResized
in interface MapPaneListener
ev
- the eventpublic void onDisplayAreaChanged(MapPaneEvent ev)
onDisplayAreaChanged
in interface MapPaneListener
ev
- the eventpublic void onRenderingStarted(MapPaneEvent ev)
onRenderingStarted
in interface MapPaneListener
ev
- the eventpublic void onRenderingStopped(MapPaneEvent ev)
onRenderingStopped
in interface MapPaneListener
ev
- the eventpublic void onRenderingProgress(MapPaneEvent ev)
onRenderingProgress
in interface MapPaneListener
ev
- the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |