パッケージ | 説明 |
---|---|
omero.gateway.model |
修飾子とタイプ | クラスと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
java.util.Iterator<java.util.List<ShapeData>> |
ROIData.getIterator()
Returns the iterator of the collection of the map.
|
java.util.List<ShapeData> |
ROIData.getShapes(int z,
int t)
Returns the list of shapes on a given plane.
|
java.util.Iterator<java.util.List<ShapeData>> |
ROIData.getShapesInRange(ROICoordinate start,
ROICoordinate end)
Returns an iterator of the Shapes in the ROI in the range [start, end].
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ROIData.addShapeData(ShapeData shape)
Adds ShapeData object to ROIData.
|
void |
ROIData.removeShapeData(ShapeData shape)
Removes the ShapeData object from ROIData.
|