public class PointData extends ShapeData
READONLY_FLAG, settings| Constructor and Description |
|---|
PointData()
Create 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 |
|---|---|
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(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, 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 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 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.
Version: 5.1.3-ice35-b52
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.