pojos
Class PolygonData
java.lang.Object
pojos.DataObject
pojos.ShapeData
pojos.PolygonData
public class PolygonData
- extends ShapeData
Represents an Polygon shape in the Euclidean space R2.
- Since:
- 3.0-Beta4
- Version:
- 3.0
(Internal version: $Revision: $Date: $)
- Author:
- Jean-Marie Burel
j.burel@dundee.ac.uk, Donald MacDonald
donald@lifesci.dundee.ac.uk
Constructor Summary |
PolygonData(omero.model.Shape shape)
Creates a new instance. |
Methods inherited from class pojos.DataObject |
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
PolygonData
public PolygonData(omero.model.Shape shape)
- Creates a new instance.
- Parameters:
shape
- The shape this object represents.
getPoints
public List<Point2D> getPoints()
- Returns the points in the polygon.
- Returns:
- See above.
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.