public static enum Edit.ToolType extends java.lang.Enum<Edit.ToolType>
Enum Constant and Description |
---|
EDIT_VERTICES |
MOVE |
NOT_SET |
ROTATE |
SCALE |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Edit.ToolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Edit.ToolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Edit.ToolType NOT_SET
public static final Edit.ToolType EDIT_VERTICES
public static final Edit.ToolType MOVE
public static final Edit.ToolType ROTATE
public static final Edit.ToolType SCALE
public static Edit.ToolType[] values()
for (Edit.ToolType c : Edit.ToolType.values()) System.out.println(c);
public static Edit.ToolType 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 nullpublic int getValue()