Package | Description |
---|---|
icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
icy.roi.edit | |
plugins.kernel.roi.roi3d |
Contains all 3D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
Anchor3D |
Anchor3D.Anchor3DEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Anchor3D.Anchor3DPositionListener.positionChanged(Anchor3D source) |
Constructor and Description |
---|
Anchor3D.Anchor3DEvent(Anchor3D source) |
Modifier and Type | Method and Description |
---|---|
Anchor3D |
AbstractPoint3DROIEdit.getPoint() |
Constructor and Description |
---|
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.awt.Image icon) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name) |
AbstractPoint3DROIEdit(ROI3D roi,
Anchor3D point,
java.lang.String name,
java.awt.Image icon) |
Point3DAddedROIEdit(ROI3D roi,
Anchor3D point) |
Point3DMovedROIEdit(ROI3D roi,
Anchor3D point,
Point3D prevPos) |
Point3DRemovedROIEdit(ROI3D roi,
java.util.List<Anchor3D> previousPoints,
Anchor3D point) |
Constructor and Description |
---|
Point3DRemovedROIEdit(ROI3D roi,
java.util.List<Anchor3D> previousPoints,
Anchor3D point) |
Modifier and Type | Method and Description |
---|---|
Anchor3D |
ROI3DShape.addNewPoint(Point3D pos,
boolean insert)
Add a new point to the Polyline 3D ROI.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Anchor3D> |
ROI3DShape.getControlPoints()
Return the list of control points for this ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI3DShape.addPoint(Anchor3D pt,
int index)
Internal use only, use
ROI3DShape.addNewPoint(Point3D, boolean) instead. |
void |
ROI3DShape.controlPointPositionChanged(Anchor3D source)
Called when anchor position changed
|
boolean |
ROI3DShape.removePoint(Anchor3D pt)
This method give you lower level access on point remove operation but can be unsafe.
|