public enum CheckerboardViewerAction extends Enum<CheckerboardViewerAction>
| Enum Constant and Description |
|---|
FIELD_DIMENSION_CHANGED |
INITIALIZE |
MIN_VIEWPORT_DIMENSION_CHANGED |
VIEWPORT_DIMENSION_CHANGED |
VIEWPORT_OFFSET_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static CheckerboardViewerAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckerboardViewerAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckerboardViewerAction VIEWPORT_DIMENSION_CHANGED
public static final CheckerboardViewerAction MIN_VIEWPORT_DIMENSION_CHANGED
public static final CheckerboardViewerAction FIELD_DIMENSION_CHANGED
public static final CheckerboardViewerAction VIEWPORT_OFFSET_CHANGED
public static final CheckerboardViewerAction INITIALIZE
public static CheckerboardViewerAction[] values()
for (CheckerboardViewerAction c : CheckerboardViewerAction.values()) System.out.println(c);
public static CheckerboardViewerAction 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 © 2016. All rights reserved.