Class ElkNode
java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
net.sourceforge.plantuml.elk.proxy.graph.ElkNode
-
Field Summary
Fields inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
obj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
getWidth()
double
getX()
double
getY()
void
setDimensions
(double width, double height) Methods inherited from class net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
equals, hashCode, setProperty
-
Constructor Details
-
ElkNode
-
-
Method Details
-
getParent
-
getX
public double getX() -
getY
public double getY() -
getLabels
-
getWidth
public double getWidth() -
getHeight
public double getHeight() -
setDimensions
public void setDimensions(double width, double height)
-