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.String
getText()
double
getX()
double
getY()
void
setDimensions(double width, double height)
void
setText(java.lang.String text)
-
Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
-