public static enum DraggerToolBar.ButtonType extends java.lang.Enum<DraggerToolBar.ButtonType>
Enum Constant and Description |
---|
AddPoint |
Draw |
Rotate |
Scale |
Select |
Spline |
Translate |
TransRotate |
Modifier and Type | Method and Description |
---|---|
static DraggerToolBar.ButtonType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DraggerToolBar.ButtonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DraggerToolBar.ButtonType Select
public static final DraggerToolBar.ButtonType Translate
public static final DraggerToolBar.ButtonType Rotate
public static final DraggerToolBar.ButtonType TransRotate
public static final DraggerToolBar.ButtonType Scale
public static final DraggerToolBar.ButtonType Draw
public static final DraggerToolBar.ButtonType Spline
public static final DraggerToolBar.ButtonType AddPoint
public static DraggerToolBar.ButtonType[] values()
for (DraggerToolBar.ButtonType c : DraggerToolBar.ButtonType.values()) System.out.println(c);
public static DraggerToolBar.ButtonType 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