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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
double
getX()
double
getY()
void
setDimensions(double width, double height)
void
setText(String text)
-
Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
-