public static enum GLViewer.DraggerType extends java.lang.Enum<GLViewer.DraggerType>
Enum Constant and Description |
---|
None |
Rotator |
Scalar |
Translator |
Transrotator |
Modifier and Type | Method and Description |
---|---|
static GLViewer.DraggerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GLViewer.DraggerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLViewer.DraggerType None
public static final GLViewer.DraggerType Rotator
public static final GLViewer.DraggerType Translator
public static final GLViewer.DraggerType Transrotator
public static final GLViewer.DraggerType Scalar
public static GLViewer.DraggerType[] values()
for (GLViewer.DraggerType c : GLViewer.DraggerType.values()) System.out.println(c);
public static GLViewer.DraggerType 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