public static enum MapPaneKeyHandler.Action extends Enum<MapPaneKeyHandler.Action>
| Enum Constant and Description |
|---|
SCROLL_DOWN |
SCROLL_LEFT |
SCROLL_RIGHT |
SCROLL_UP |
ZOOM_FULL_EXTENT |
ZOOM_IN |
ZOOM_OUT |
| Modifier and Type | Method and Description |
|---|---|
static MapPaneKeyHandler.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPaneKeyHandler.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapPaneKeyHandler.Action SCROLL_LEFT
public static final MapPaneKeyHandler.Action SCROLL_RIGHT
public static final MapPaneKeyHandler.Action SCROLL_UP
public static final MapPaneKeyHandler.Action SCROLL_DOWN
public static final MapPaneKeyHandler.Action ZOOM_IN
public static final MapPaneKeyHandler.Action ZOOM_OUT
public static final MapPaneKeyHandler.Action ZOOM_FULL_EXTENT
public static MapPaneKeyHandler.Action[] values()
for (MapPaneKeyHandler.Action c : MapPaneKeyHandler.Action.values()) System.out.println(c);
public static MapPaneKeyHandler.Action 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–2019 Geotools. All rights reserved.