public static enum Rotate90Op.RotateType extends java.lang.Enum<Rotate90Op.RotateType>
| Enum Constant and Description |
|---|
NINETY |
ONE_EIGHTY |
TWO_SEVENTY |
| Modifier and Type | Method and Description |
|---|---|
static Rotate90Op.RotateType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Rotate90Op.RotateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rotate90Op.RotateType NINETY
public static final Rotate90Op.RotateType ONE_EIGHTY
public static final Rotate90Op.RotateType TWO_SEVENTY
public static Rotate90Op.RotateType[] values()
for (Rotate90Op.RotateType c : Rotate90Op.RotateType.values()) System.out.println(c);
public static Rotate90Op.RotateType 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