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