Package | Description |
---|---|
icy.gui.inspector |
Contains all classes and components related to the Icy inspector
|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.sequence |
Contains Icy Sequence structure definition and associated objects / tools.
|
plugins.kernel.roi.descriptor.property |
Contains ROI Descriptor plugins for ROI properties (kernel)
|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
plugins.kernel.roi.roi4d |
Contains all 4D ROI classes included in the kernel
|
plugins.kernel.roi.roi5d |
Contains all 5D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
void |
RoiControlPanel.roiChanged(ROIEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
ROIDescriptor.needRecompute(ROIEvent change)
Returns
true if this descriptor need to be recomputed when the specified ROI change event happen. |
void |
ROIListener.roiChanged(ROIEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
Sequence.roiChanged(ROIEvent event) |
Modifier and Type | Method and Description |
---|---|
boolean |
ROIReadOnlyDescriptor.needRecompute(ROIEvent change) |
boolean |
ROIOpacityDescriptor.needRecompute(ROIEvent change) |
boolean |
ROINameDescriptor.needRecompute(ROIEvent change) |
boolean |
ROIIconDescriptor.needRecompute(ROIEvent change) |
boolean |
ROIGroupIdDescriptor.needRecompute(ROIEvent change) |
boolean |
ROIColorDescriptor.needRecompute(ROIEvent change) |
Modifier and Type | Method and Description |
---|---|
void |
ROI3DStack.roiChanged(ROIEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ROI4DStack.roiChanged(ROIEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ROI5DStack.roiChanged(ROIEvent event) |