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