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