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() |
String |
getId() |
String |
getText() |
boolean |
isSetId() |
boolean |
isSetText() |
void |
setId(String id) |
void |
setText(String text) |
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 String getText()
public boolean isSetId()
public boolean isSetText()
true
if the requested property is not null
.public void setId(String id)
public void setText(String text)
text
- the text to setpublic String toString()
toString
in class AbstractBox
Copyright © 2015–2019 University of Tübingen. All rights reserved.