Package | Description |
---|---|
omero.gateway.model |
Modifier and Type | Class and Description |
---|---|
class |
EllipseData
Represents an ellipse in the Euclidean space R2.
|
class |
LineData
Represents a line in the Euclidean space R2.
|
class |
MaskData
Represents an Mask in the Euclidean space R2.
|
class |
PointData
Represents a point in the Euclidean space R2.
|
class |
PolygonData
Represents an Polygon shape in the Euclidean space R2.
|
class |
PolylineData
Represents an Polyline shape in the Euclidean space R2.
|
class |
RectangleData
Represents a rectangle in the Euclidean space R2.
|
class |
TextData
Represents a Text in the Euclidean space R2.
|
Modifier and Type | Method and Description |
---|---|
Iterator<List<ShapeData>> |
ROIData.getIterator()
Returns the iterator of the collection of the map.
|
List<ShapeData> |
ROIData.getShapes(int z,
int t)
Returns the list of shapes on a given plane.
|
Iterator<List<ShapeData>> |
ROIData.getShapesInRange(ROICoordinate start,
ROICoordinate end)
Returns an iterator of the Shapes in the ROI in the range [start, end].
|
Modifier and Type | Method and Description |
---|---|
void |
ROIData.addShapeData(ShapeData shape)
Adds ShapeData object to ROIData.
|
void |
ROIData.removeShapeData(ShapeData shape)
Removes the ShapeData object from ROIData.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.