|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<MapPaneEvent.Type>
org.geotools.swing.event.MapPaneEvent.Type
public static enum MapPaneEvent.Type
Type of MapPane event
Enum Constant Summary | |
---|---|
DISPLAY_AREA_CHANGED
The display area has been changed. |
|
NEW_CONTEXT
The map pane has set a new context. |
|
NEW_RENDERER
The map pane has set a new renderer. |
|
PANE_RESIZED
The map pane has been resized. |
|
RENDERING_PROGRESS
The map pane is rendering features. |
|
RENDERING_STARTED
The map pane has started rendering features. |
|
RENDERING_STOPPED
The map pane has stopped rendering features. |
Method Summary | |
---|---|
static MapPaneEvent.Type |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MapPaneEvent.Type NEW_CONTEXT
public static final MapPaneEvent.Type NEW_RENDERER
public static final MapPaneEvent.Type PANE_RESIZED
public static final MapPaneEvent.Type DISPLAY_AREA_CHANGED
public static final MapPaneEvent.Type RENDERING_STARTED
public static final MapPaneEvent.Type RENDERING_STOPPED
public static final MapPaneEvent.Type RENDERING_PROGRESS
Method Detail |
---|
public static MapPaneEvent.Type[] values()
for (MapPaneEvent.Type c : MapPaneEvent.Type.values()) System.out.println(c);
public static MapPaneEvent.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |