public class PointData extends ShapeData
READONLY_FLAG, settings
Constructor and Description |
---|
PointData()
Creates a new instance of PointData, creating a new pointI Object.
|
PointData(double x,
double y)
Create a new instance of the PointData,
|
PointData(omero.model.Shape shape)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Returns the text of the shape.
|
double |
getX()
Returns the x-coordinate of the shape.
|
double |
getY()
Returns the y coordinate of the shape.
|
void |
setText(java.lang.String text)
Sets the text of the shape.
|
void |
setX(double x)
set the x-coordinate of the shape.
|
void |
setY(double y)
set the y-coordinate of the shape.
|
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, 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 PointData(omero.model.Shape shape)
shape
- The shape to host.public PointData()
public PointData(double x, double y)
x
- x-coordinate of the shape.y
- y-coordinate of the shape.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.