Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.roi.edit | |
plugins.kernel.roi.roi2d |
Contains all 2D ROI classes included in the kernel
|
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
plugins.kernel.roi.tool |
Modifier and Type | Class and Description |
---|---|
class |
ROI2DShape
Deprecated.
Use
ROI2DShape instead. |
Modifier and Type | Method and Description |
---|---|
ROI2DShape |
AbstractPoint2DROIEdit.getROI2DShape() |
Constructor and Description |
---|
AbstractPoint2DROIEdit(ROI2DShape roi,
Anchor2D point) |
AbstractPoint2DROIEdit(ROI2DShape roi,
Anchor2D point,
java.awt.Image icon) |
AbstractPoint2DROIEdit(ROI2DShape roi,
Anchor2D point,
java.lang.String name) |
AbstractPoint2DROIEdit(ROI2DShape roi,
Anchor2D point,
java.lang.String name,
java.awt.Image icon) |
Point2DAddedROIEdit(ROI2DShape roi,
Anchor2D point) |
Point2DMovedROIEdit(ROI2DShape roi,
Anchor2D point,
java.awt.geom.Point2D prevPos) |
Point2DRemovedROIEdit(ROI2DShape roi,
java.util.List<Anchor2D> previousPoints,
Anchor2D point) |
Modifier and Type | Class and Description |
---|---|
class |
ROI2DEllipse |
class |
ROI2DLine
ROI 2D Line.
|
class |
ROI2DPath
ROI Path.
|
class |
ROI2DPoint
ROI 2D Point class.
|
class |
ROI2DPolygon
ROI 2D polygon class.
|
class |
ROI2DPolyLine |
class |
ROI2DRectangle |
class |
ROI2DRectShape
Base class for rectangular shape ROI.
|
Constructor and Description |
---|
ROI3DStackShape(java.lang.Class<? extends ROI2DShape> roiClass) |
Modifier and Type | Class and Description |
---|---|
class |
ROILineCutter
ROI Helper class for ROI cutting action
|