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