Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
Modifier and Type | Method and Description |
---|---|
ROIEvent.ROIEventType |
ROIEvent.getType() |
static ROIEvent.ROIEventType |
ROIEvent.ROIEventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ROIEvent.ROIEventType[] |
ROIEvent.ROIEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ROIEvent(ROI source,
ROIEvent.ROIEventType type) |
ROIEvent(ROI source,
ROIEvent.ROIEventType type,
ROIEvent.ROIPointEventType pointEventType,
java.lang.Object point)
Deprecated.
Use
ROIEvent.ROIEvent(ROI, ROIEventType) constructor instead |
ROIEvent(ROI source,
ROIEvent.ROIEventType type,
java.lang.String propertyName) |