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