Class ElkLabel
- java.lang.Object
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkLabel
-
public class ElkLabel extends ElkWithProperty
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
obj
-
-
Constructor Summary
Constructors Constructor Description ElkLabel(java.lang.Object obj)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()doublegetX()doublegetY()voidsetDimensions(double width, double height)voidsetText(java.lang.String text)-
Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
-