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