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