Package | Description |
---|---|
icy.util |
Contains common utilities classes (String, XLS, XML, ZIP, JAR, OME, Graphics, Date, Shape, Class...)
|
plugins.kernel.roi.roi2d |
Contains all 2D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<PathAnchor2D> |
ShapeUtil.getAnchorsFromShape(java.awt.Shape shape)
Return all PathAnchor points from the specified shape
|
static java.util.ArrayList<PathAnchor2D> |
ShapeUtil.getAnchorsFromShape(java.awt.Shape shape,
java.awt.Color color,
java.awt.Color selectedColor)
Return all PathAnchor points from the specified shape
|
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Path2D |
ShapeUtil.buildPathFromAnchors(java.awt.geom.Path2D path,
java.util.List<PathAnchor2D> points)
Update specified path from the specified list of PathAnchor2D
|
static java.awt.geom.Path2D |
ShapeUtil.buildPathFromAnchors(java.awt.geom.Path2D path,
java.util.List<PathAnchor2D> points,
boolean closePath)
Update specified path from the specified list of PathAnchor2D
|
static java.awt.geom.Path2D |
ShapeUtil.getPathFromAnchors(java.util.List<PathAnchor2D> points)
Create and return a path from the specified list of PathAnchor2D
|
static java.awt.geom.Path2D |
ShapeUtil.getPathFromAnchors(java.util.List<PathAnchor2D> points,
boolean closePath)
Create and return a path from the specified list of PathAnchor2D
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PathAnchor2D> |
ROI2DPath.getPathAnchors()
Return the list of control points for this ROI.
|