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 Polygon shape in the Euclidean space R2.
 class RectangleData
          Represents a rectangle 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].
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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