public static enum SKDUtility.SnapToGridState extends java.lang.Enum<SKDUtility.SnapToGridState>
Enum Constant and Description |
---|
DISABLED |
ENABLED |
ENABLED_ONLY_FOR_DAY_ZOOM |
Modifier and Type | Method and Description |
---|---|
static SKDUtility.SnapToGridState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SKDUtility.SnapToGridState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SKDUtility.SnapToGridState DISABLED
public static final SKDUtility.SnapToGridState ENABLED
public static final SKDUtility.SnapToGridState ENABLED_ONLY_FOR_DAY_ZOOM
public static SKDUtility.SnapToGridState[] values()
for (SKDUtility.SnapToGridState c : SKDUtility.SnapToGridState.values()) System.out.println(c);
public static SKDUtility.SnapToGridState 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 namejava.lang.NullPointerException
- if the argument is null