Class ElkLabel
java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
net.sourceforge.plantuml.elk.proxy.graph.ElkLabel
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
obj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.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
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ElkLabel
public ElkLabel(java.lang.Object obj)
-
-
Method Details
-
setText
public void setText(java.lang.String text) -
setDimensions
public void setDimensions(double width, double height) -
getText
public java.lang.String getText() -
getX
public double getX() -
getY
public double getY()
-