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