|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ShapeData
pojos.PolygonData
public class PolygonData
Represents an Polygon shape in the Euclidean space R2.
Field Summary |
---|
Fields inherited from class pojos.ShapeData |
---|
READONLY_FLAG, settings |
Constructor Summary | |
---|---|
PolygonData()
Create a new instance of PolygonData, creating a new PolygonI Object. |
|
PolygonData(List<Point2D.Double> points,
List<Point2D.Double> points1,
List<Point2D.Double> points2,
List<Integer> maskList)
Create a new instance of the PolygonData, set the points in the polygon. |
|
PolygonData(omero.model.Shape shape)
Creates a new instance. |
Method Summary | |
---|---|
List<Integer> |
getMaskPoints()
Returns the points in the polygon. |
List<Point2D.Double> |
getPoints()
Returns the points in the polygon. |
List<Point2D.Double> |
getPoints1()
Returns the points in the polygon. |
List<Point2D.Double> |
getPoints2()
Returns the points in the polygon. |
String |
getText()
Returns the text of the shape. |
void |
setPoints(List<Point2D.Double> points,
List<Point2D.Double> points1,
List<Point2D.Double> points2,
List<Integer> maskList)
Set the points in the polygon. |
void |
setText(String text)
Sets the text of the shape. |
Methods inherited from class pojos.ShapeData |
---|
getC, getROICoordinate, getShapeSettings, getT, getTransform, getZ, isClientObject, isReadOnly, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setZ |
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, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PolygonData(omero.model.Shape shape)
shape
- The shape this object represents.public PolygonData()
public PolygonData(List<Point2D.Double> points, List<Point2D.Double> points1, List<Point2D.Double> points2, List<Integer> maskList)
points
- See Above.Method Detail |
---|
public String getText()
public void setText(String text)
text
- See above.public List<Point2D.Double> getPoints()
public List<Point2D.Double> getPoints1()
public List<Point2D.Double> getPoints2()
public List<Integer> getMaskPoints()
public void setPoints(List<Point2D.Double> points, List<Point2D.Double> points1, List<Point2D.Double> points2, List<Integer> maskList)
points
- See above.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.