protected static enum DragRect.Moving extends java.lang.Enum<DragRect.Moving>
Modifier and Type | Method and Description |
---|---|
static DragRect.Moving |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DragRect.Moving[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DragRect.Moving ALL
public static final DragRect.Moving L
public static final DragRect.Moving T
public static final DragRect.Moving R
public static final DragRect.Moving B
public static final DragRect.Moving LT
public static final DragRect.Moving RT
public static final DragRect.Moving RB
public static final DragRect.Moving LB
public static final DragRect.Moving NONE
public static DragRect.Moving[] values()
for (DragRect.Moving c : DragRect.Moving.values()) System.out.println(c);
public static DragRect.Moving 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