skrueger.geotools
Enum XMapPaneAction_Pan.Direction
java.lang.Object
java.lang.Enum<XMapPaneAction_Pan.Direction>
skrueger.geotools.XMapPaneAction_Pan.Direction
- All Implemented Interfaces:
- Serializable, Comparable<XMapPaneAction_Pan.Direction>
- Enclosing class:
- XMapPaneAction_Pan
public static enum XMapPaneAction_Pan.Direction
- extends Enum<XMapPaneAction_Pan.Direction>
UP
public static final XMapPaneAction_Pan.Direction UP
DOWN
public static final XMapPaneAction_Pan.Direction DOWN
RIGHT
public static final XMapPaneAction_Pan.Direction RIGHT
LEFT
public static final XMapPaneAction_Pan.Direction LEFT
values
public static XMapPaneAction_Pan.Direction[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (XMapPaneAction_Pan.Direction c : XMapPaneAction_Pan.Direction.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static XMapPaneAction_Pan.Direction valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null