Modifier and Type | Interface and Description |
---|---|
interface |
IJRealRoiWrapper<R extends Roi>
Wraps ImageJ 1.x
Roi s as ImgLib2 RealMaskRealInterval |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolygonRoiWrapper
Abstract base class for wrapping ImageJ 1.x objects which are
PolygonRoi s (i.e. |
class |
DefaultRoiWrapper<R extends Roi>
Wraps any
Roi as a MaskInterval . |
class |
ShapeRoiWrapper
Wraps an ImageJ 1.x
ShapeRoi as an ImgLib2
RealMaskRealInterval . |
Modifier and Type | Method and Description |
---|---|
Class<IJRoiWrapper<?,?>> |
AbstractRoiUnwrapConverter.getInputType() |
Modifier and Type | Class and Description |
---|---|
class |
RoiWrapper
|
Modifier and Type | Class and Description |
---|---|
class |
OvalRoiWrapper
|
Modifier and Type | Class and Description |
---|---|
class |
IJLineWrapper
|
Modifier and Type | Class and Description |
---|---|
class |
PointRoiWrapper
Wraps an ImageJ 1.x
PointRoi as an ImgLib2
RealPointCollection . |
Modifier and Type | Class and Description |
---|---|
class |
PolygonRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi as an ImgLib2 Polygon2D . |
class |
UnmodifiablePolygonRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi of type Roi.FREEROI or
Roi.TRACED_ROI as an unmodifiable ImgLib2 Polygon2D . |
Modifier and Type | Class and Description |
---|---|
class |
IrregularPolylineRoiWrapper
Wraps a
PolygonRoi of type Roi.POLYLINE or
Roi.FREELINE with a non zero width as a RealMaskRealInterval . |
class |
PolylineRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi as an ImgLib2 Polyline . |
class |
UnmodifiablePolylineRoiWrapper
Wraps an ImageJ 1.x
PolygonRoi of type Roi.FREELINE and
Roi.ANGLE as an unmodifiable ImgLib2 Polyline . |
Modifier and Type | Class and Description |
---|---|
static class |
IJRoiWrapperToShapeData.AbstractIJRoiWrapperToShapeData<I extends IJRoiWrapper<?,?>,S extends ShapeData>
Abstract base class for converting
IJRoiWrapper to
ShapeData |
Modifier and Type | Class and Description |
---|---|
class |
TextRoiWrapper
|
Copyright © 2014–2022 ImageJ. All rights reserved.