|
||||||||||
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()
Create a new instance of EllipseData, creating a new EllipseI Object. |
|
EllipseData(double cx,
double cy,
double rx,
double ry)
Create a new instance of the EllipseData, set the centre and major, minor axes. |
|
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 x-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 centre of the ellipse. |
void |
setY(double y)
Sets the y-coordinate of the centre of the ellipse. |
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 EllipseData(omero.model.Shape shape)
shape
- The shape this object represents.public EllipseData()
public EllipseData(double cx, double cy, double rx, double ry)
cx
- Centre x.cy
- Centre y.rx
- Radius x.ry
- Radius y.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
- See above.public double getRadiusY()
public void setRadiusY(double y)
y
- 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.