Uses of Class
pojos.ShapeData

Packages that use ShapeData
pojos   
 

Uses of ShapeData in pojos
 

Subclasses of ShapeData in pojos
 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.
 

Methods in pojos that return types with arguments of type ShapeData
 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].
 

Methods in pojos with parameters of type ShapeData
 void ROIData.addShapeData(ShapeData shape)
          Adds ShapeData object to ROIData.
 void ROIData.removeShapeData(ShapeData shape)
          Removes the ShapeData object from ROIData.
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.