de.cau.cs.kieler.klay.layered.graph
Class LLabel
java.lang.Object
de.cau.cs.kieler.core.properties.MapPropertyHolder
de.cau.cs.kieler.klay.layered.graph.LGraphElement
de.cau.cs.kieler.klay.layered.graph.LShape
de.cau.cs.kieler.klay.layered.graph.LLabel
- All Implemented Interfaces:
- IPropertyHolder, Comparable<LGraphElement>
public class LLabel
- extends LShape
A label in the layered graph structure.
- Rating

Fields inherited from class de.cau.cs.kieler.klay.layered.graph.LGraphElement |
id |
Constructor Summary |
LLabel()
Creates a label with empty text. |
LLabel(String thetext)
Creates a label. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LLabel
public LLabel(String thetext)
- Creates a label.
- Parameters:
thetext
- text of the label
LLabel
public LLabel()
- Creates a label with empty text.
getText
public String getText()
- Returns the text of the label.
- Returns:
- the text