public class EllipseData extends ShapeData
READONLY_FLAG, settings| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
fromPoints, getC, getROICoordinate, getShapeSettings, getT, getTransform, getZ, isClientObject, isReadOnly, isVisible, parsePointsToIntegerList, parsePointsToPoint2DList, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setVisible, setZ, toNumber, toPointsasAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setId, setValue, setVersion, timeOfEvent, toStringpublic 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.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.
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.