|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ShapeData
pojos.TextData
public class TextData
Represents a Text in the Euclidean space R2.
Field Summary |
---|
Fields inherited from class pojos.ShapeData |
---|
READONLY_FLAG, settings |
Constructor Summary | |
---|---|
TextData()
Creates a new instance of TextData, creating a new TextI Object. |
|
TextData(omero.model.Shape shape)
Creates a new instance of Text data from an existing shape. |
|
TextData(String text,
double x,
double y)
Creates a new instance of the TextData, sets the centre and major, minor axes. |
Method Summary | |
---|---|
String |
getText()
Returns the text of the shape. |
double |
getX()
Returns the x-coordinate text field. |
double |
getY()
Returns the y-coordinate text field. |
void |
setText(String text)
Sets the text of the shape. |
void |
setX(double x)
Sets the x-coordinate of the text field. |
void |
setY(double y)
Sets the y-coordinate of the text field. |
Methods inherited from class pojos.ShapeData |
---|
fromPoints, getC, getROICoordinate, getShapeSettings, getT, getTransform, getZ, isClientObject, isReadOnly, isVisible, parsePointsToIntegerList, parsePointsToPoint2DList, setC, setClientObject, setDirty, setReadOnly, setROICoordinate, setShapeSettings, setT, setTransform, setVisible, setZ, toNumber, toPoints |
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 TextData(omero.model.Shape shape)
shape
- The shape this object represents.public TextData()
public TextData(String text, double x, double y)
text
- Object text.x
- X-Coordinate of the text.y
- Y-Coordinate of the text.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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.