Package | Description |
---|---|
icy.roi |
Contains all ROI (Region Of Interest) related classes and tools
|
icy.util |
Contains common utilities classes (String, XLS, XML, ZIP, JAR, OME, Graphics, Date, Shape, Class...)
|
Modifier and Type | Method and Description |
---|---|
static ROI |
ROIUtil.merge(java.util.List<? extends ROI> rois,
ShapeUtil.BooleanOperator operator)
Merge the specified array of
ROI with the given ShapeUtil.BooleanOperator . |
static ROI2DPath |
ROI2DShape.merge(java.util.List<ROI2DShape> rois,
ShapeUtil.BooleanOperator operator)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
ROI |
ROI.merge(ROI roi,
ShapeUtil.BooleanOperator op)
Compute the boolean operation with specified
ROI and return result in a new ROI . |
ROI |
ROI.mergeWith(ROI roi,
ShapeUtil.BooleanOperator op,
boolean allowCreate)
Same as
#merge(ROI, BooleanOperator) except it modifies the current ROI to reflect the
result of the boolean operation with specified ROI . |
Modifier and Type | Method and Description |
---|---|
abstract ShapeUtil.BooleanOperator |
ShapeUtil.ShapeOperation.getBooleanOperator()
Deprecated.
|
static ShapeUtil.BooleanOperator |
ShapeUtil.BooleanOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeUtil.BooleanOperator[] |
ShapeUtil.BooleanOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.Shape |
ShapeUtil.merge(java.util.List<java.awt.Shape> shapes,
ShapeUtil.BooleanOperator operator)
Merge the specified list of
Shape with the given ShapeUtil.BooleanOperator . |