| Package | Description |
|---|---|
| icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
| plugins.kernel.roi.descriptor.property |
Contains ROI Descriptor plugins for ROI properties (kernel)
|
| Modifier and Type | Method and Description |
|---|---|
ROI.ROIGroupId |
ROI.getGroupId() |
static ROI.ROIGroupId |
ROI.ROIGroupId.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ROI.ROIGroupId[] |
ROI.ROIGroupId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ROI.setGroupId(ROI.ROIGroupId value) |
| Modifier and Type | Method and Description |
|---|---|
static ROI.ROIGroupId |
ROIGroupIdDescriptor.getGroupId(ROI roi)
Returns ROI group id
|