public class TextLabel extends AbstractBox implements Element
height, width
x, y
Constructor and Description |
---|
TextLabel() |
TextLabel(TextLabel textLabel) |
Modifier and Type | Method and Description |
---|---|
TextLabel |
clone() |
java.lang.String |
getId() |
java.lang.String |
getText() |
boolean |
isSetId() |
boolean |
isSetText() |
void |
setId(java.lang.String id) |
void |
setText(java.lang.String text) |
java.lang.String |
toString() |
equals, getHeight, getWidth, hashCode, isSetHeight, isSetWidth, setHeight, setWidth
getX, getY, isSetX, isSetY, setX, setY
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
finalize, getClass, notify, notifyAll, wait, wait, wait
getUserObject, putUserObject, userObjectEntrySet, userObjectKeys
public TextLabel()
public TextLabel(TextLabel textLabel)
textLabel
- public TextLabel clone()
clone
in class AbstractEscherBase
public java.lang.String getText()
public boolean isSetId()
public boolean isSetText()
true
if the requested property is not null
.public void setId(java.lang.String id)
public void setText(java.lang.String text)
text
- the text to setpublic java.lang.String toString()
toString
in class AbstractBox