Package | Description |
---|---|
icy.painter |
Contains Icy Overlay / Painter structure definition and basics Overlay helper classes
|
icy.roi.edit | |
plugins.kernel.roi.roi2d |
Contains all 2D ROI classes included in the kernel
|
Modifier and Type | Class and Description |
---|---|
class |
LineAnchor2D
Anchor for line type shape.
|
class |
PathAnchor2D
Anchor for path type shape.
|
class |
RectAnchor2D
Anchor for rectangular shape.
|
Modifier and Type | Method and Description |
---|---|
Anchor2D |
Anchor2D.Anchor2DEvent.getSource() |
Modifier and Type | Method and Description |
---|---|
void |
Anchor2D.Anchor2DPositionListener.positionChanged(Anchor2D source) |
void |
Anchor2D.Anchor2DListener.positionChanged(Anchor2D source)
Deprecated.
|
Constructor and Description |
---|
Anchor2D.Anchor2DEvent(Anchor2D source) |
Modifier and Type | Method and Description |
---|---|
Anchor2D |
AbstractPoint2DROIEdit.getPoint() |
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) |
Constructor and Description |
---|
Point2DRemovedROIEdit(ROI2DShape roi,
java.util.List<Anchor2D> previousPoints,
Anchor2D point) |
Modifier and Type | Method and Description |
---|---|
Anchor2D |
ROI2DShape.addNewPoint(java.awt.geom.Point2D pos,
boolean insert)
Add a new point to this shape ROI.
|
Anchor2D |
ROI2DShape.addNewPoint(java.awt.geom.Point2D pos,
boolean insert,
boolean select)
Add a new point to this shape ROI.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Anchor2D> |
ROI2DShape.getControlPoints()
Return the list of control points for this ROI.
|
Modifier and Type | Method and Description |
---|---|
void |
ROI2DShape.addPoint(Anchor2D pt,
int index)
Internal use only, use
ROI2DShape.addNewPoint(Point2D, boolean) instead. |
void |
ROI2DShape.controlPointPositionChanged(Anchor2D source)
Called when anchor position changed
|
void |
ROI2DRectShape.controlPointPositionChanged(Anchor2D source) |
boolean |
ROI2DShape.removePoint(Anchor2D pt)
This method give you lower level access on point remove operation but can be unsafe.
|