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