public static enum Editor.CreateTools extends java.lang.Enum<Editor.CreateTools>
Enum Constant and Description |
---|
CREATE_TOOL_ARROW |
CREATE_TOOL_AUTOCOMPLETE |
CREATE_TOOL_CIRCLE |
CREATE_TOOL_ELLIPSE |
CREATE_TOOL_FREEHAND_POLYGON |
CREATE_TOOL_FREEHAND_POLYLINE |
CREATE_TOOL_POLYGON |
CREATE_TOOL_POLYLINE |
CREATE_TOOL_RECTANGLE |
CREATE_TOOL_TRIANGLE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static Editor.CreateTools |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Editor.CreateTools[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Editor.CreateTools CREATE_TOOL_ARROW
public static final Editor.CreateTools CREATE_TOOL_AUTOCOMPLETE
public static final Editor.CreateTools CREATE_TOOL_CIRCLE
public static final Editor.CreateTools CREATE_TOOL_ELLIPSE
public static final Editor.CreateTools CREATE_TOOL_FREEHAND_POLYGON
public static final Editor.CreateTools CREATE_TOOL_FREEHAND_POLYLINE
public static final Editor.CreateTools CREATE_TOOL_POLYGON
public static final Editor.CreateTools CREATE_TOOL_POLYLINE
public static final Editor.CreateTools CREATE_TOOL_RECTANGLE
public static final Editor.CreateTools CREATE_TOOL_TRIANGLE
public static Editor.CreateTools[] values()
for (Editor.CreateTools c : Editor.CreateTools.values()) System.out.println(c);
public static Editor.CreateTools 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 java.lang.String getValue()