public static enum MapPaneEvent.Type extends Enum<MapPaneEvent.Type>
Enum Constant and Description |
---|
DISPLAY_AREA_CHANGED
The display area has been changed.
|
NEW_MAPCONTENT
A new
MapContent has been set for the map pane. |
RENDERING_STARTED
The map pane has started rendering features.
|
RENDERING_STOPPED
The map pane has stopped rendering features.
|
Modifier and Type | Method and Description |
---|---|
static MapPaneEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPaneEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapPaneEvent.Type NEW_MAPCONTENT
MapContent
has been set for the map pane.public static final MapPaneEvent.Type DISPLAY_AREA_CHANGED
public static final MapPaneEvent.Type RENDERING_STARTED
public static final MapPaneEvent.Type RENDERING_STOPPED
public static MapPaneEvent.Type[] values()
for (MapPaneEvent.Type c : MapPaneEvent.Type.values()) System.out.println(c);
public static MapPaneEvent.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 1996–2023 Geotools. All rights reserved.