public interface ViewPortListener
Defines the interface for an object that listens to changes in a view port.
| Modifier and Type | Method and Description |
|---|---|
void |
backColorChanged(ColorEvent e)
Called when the background color of the view port has changed.
|
void |
extentChanged(ExtentEvent e)
Called when the extent of the view port has changed.
|
void |
projectionChanged(ProjectionEvent e)
Called when the projection of the view port has changed.
|
void extentChanged(ExtentEvent e)
Called when the extent of the view port has changed.
e - an extend event objectvoid backColorChanged(ColorEvent e)
Called when the background color of the view port has changed.
e - a color event objectvoid projectionChanged(ProjectionEvent e)
Called when the projection of the view port has changed.
e - a projection event object