public class MapPaneAdapter extends Object implements MapPaneListener
MapPaneListener
as empty
methods, allowing sub-classes to just override the methods they need.Constructor and Description |
---|
MapPaneAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onDisplayAreaChanged(MapPaneEvent ev)
Called the display area (world bounds) has changed.
|
void |
onNewMapContent(MapPaneEvent ev)
Called when a new
MapContent instance has been set for the map pane. |
void |
onRenderingStarted(MapPaneEvent ev)
Called when a rendering task has started.
|
void |
onRenderingStopped(MapPaneEvent ev)
Called when a rendering task has stopped.
|
public void onNewMapContent(MapPaneEvent ev)
MapContent
instance has been set for the map pane.onNewMapContent
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 eventCopyright © 1996–2019 Geotools. All rights reserved.