|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ShapeData
pojos.EllipseData
public class EllipseData
Represents an ellipse in the Euclidean space R2.
Field Summary |
---|
Fields inherited from class pojos.ShapeData |
---|
READONLY_FLAG, settings |
Constructor Summary | |
---|---|
EllipseData()
Creates a new instance of EllipseData. |
|
EllipseData(double cx,
double cy,
double rx,
double ry)
Creates a new instance of the EllipseData. |
|
EllipseData(omero.model.Shape shape)
Creates a new instance of Ellipse data from an existing shape. |
Method Summary | |
---|---|
double |
getRadiusX()
Returns the radius along the X-axis. |
double |
getRadiusY()
Returns the radius along the Y-axis. |
String |
getText()
Returns the text of the shape. |
double |
getX()
Returns the x-coordinate of the center of the ellipse. |
double |
getY()
Returns the y-coordinate of the center of the ellipse. |
void |
setRadiusX(double x)
Sets the radius along the X-axis. |
void |
setRadiusY(double y)
Sets the radius along the Y-axis. |
void |
setText(String text)
Sets the text of the shape. |
void |
setX(double x)
Sets the x-coordinate of the center of the ellipse. |
void |
setY(double y)
Sets the y-coordinate of the center of the ellipse. |
Methods inherited from class pojos.ShapeData |
---|
fromPoints, getC, getROICoordinate, getShapeSettings, getT, getTransform, getZ, isClientObject, isReadOnly, parsePointsToIntegerList, parsePointsToPoint2DList, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setZ, toNumber, toPoints |
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 EllipseData(omero.model.Shape shape)
shape
- The shape this object represents.public EllipseData()
public EllipseData(double cx, double cy, double rx, double ry)
cx
- The x-coordinate of the center of the Ellipse.cy
- The y-coordinate of the center of the Ellipse.rx
- The radius along the X-axis.ry
- The radius along the Y-axis.Method Detail |
---|
public String getText()
public void setText(String text)
text
- See above.public double getX()
public void setX(double x)
x
- See above.public double getY()
public void setY(double y)
y
- See above.public double getRadiusX()
public void setRadiusX(double x)
x
- the value to set.public double getRadiusY()
public void setRadiusY(double y)
y
- The value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta4.2.1-r8614-Beta4.2-b41
Copyright © 2009 The University of Dundee. All Rights Reserved.