public class EllipseData extends ShapeData
READONLY_FLAG, settings
Constructor and Description |
---|
EllipseData()
Creates a new instance of EllipseData.
|
EllipseData(double x,
double y,
double radiusx,
double radiusy)
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.
|
java.lang.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(java.lang.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, parsePointsToIntegerList, parsePointsToPoint2DList, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setZ, toNumber, toPoints
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, 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, toString
public EllipseData(omero.model.Shape shape)
shape
- The shape this object represents.public EllipseData()
public EllipseData(double x, double y, double radiusx, double radiusy)
x
- The x-coordinate of the center of the Ellipse.y
- The y-coordinate of the center of the Ellipse.radiusx
- The radius along the X-axis.radiusy
- The radius along the Y-axis.public java.lang.String getText()
public void setText(java.lang.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.