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