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