Package | Description |
---|---|
Contains all ROI (Region Of Interest) related classes and tools
|
|
Contains common utilities classes (String, XLS, XML, ZIP, JAR, OME, Graphics, Date, Shape, Class...)
|
|
Contains all 2D ROI classes included in the kernel
|
Modifier and Type | Method and Description |
---|---|
protected |
( roi,
op)
Compute the specified boolean operation with the specified
ROI and return result
in a new ROI . |
static |
(<? extends ROI> rois,
operator)
Merge the specified array of with the given .
|
static |
(<ROI2DShape> rois,
operator)
Deprecated.
Use
ROIUtil#merge(List, BooleanOperator) instead. |
|
( roi,
op)
Compute the boolean operation with specified
ROI and return result in a new
ROI . |
Modifier and Type | Method and Description |
---|---|
abstract |
()
Deprecated.
|
static |
( name)
Returns the enum constant of this type with the specified name.
|
static [] |
()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static |
(<Shape> shapes,
operator)
Merge the specified list of with the given .
|
Modifier and Type | Method and Description |
---|---|
protected |
( roi,
op) |