public static enum ROIEvent.ROIEventType extends java.lang.Enum<ROIEvent.ROIEventType>
| Enum Constant and Description |
|---|
FOCUS_CHANGED |
NAME_CHANGED
Deprecated.
|
PAINTER_CHANGED
Deprecated.
|
PROPERTY_CHANGED
ROI property change event.
|
ROI_CHANGED
ROI position or/and content change event.
|
SELECTION_CHANGED |
| Modifier and Type | Method and Description |
|---|---|
static ROIEvent.ROIEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ROIEvent.ROIEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ROIEvent.ROIEventType FOCUS_CHANGED
public static final ROIEvent.ROIEventType SELECTION_CHANGED
public static final ROIEvent.ROIEventType ROI_CHANGED
ROI.ROI_CHANGED_POSITION when only
position has changedpublic static final ROIEvent.ROIEventType PROPERTY_CHANGED
@Deprecated public static final ROIEvent.ROIEventType PAINTER_CHANGED
@Deprecated public static final ROIEvent.ROIEventType NAME_CHANGED
public static ROIEvent.ROIEventType[] values()
for (ROIEvent.ROIEventType c : ROIEvent.ROIEventType.values()) System.out.println(c);
public static ROIEvent.ROIEventType 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