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 ROI2D |
ROI2D.merge(ROI2D[] rois,
ShapeUtil.ShapeOperation operation)
Deprecated.
|
static ROI2DPath |
ROI2DShape.merge(ROI2DShape[] rois,
ShapeUtil.ShapeOperation operation)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
Modifier and Type | Method and Description |
---|---|
static ShapeUtil.ShapeOperation |
ShapeUtil.ShapeOperation.valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ShapeUtil.ShapeOperation[] |
ShapeUtil.ShapeOperation.values()
Deprecated.
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.awt.Shape[] shapes,
ShapeUtil.ShapeOperation operation)
Deprecated.
Use
ShapeUtil.merge(List, BooleanOperator) instead. |