Class ElkNode
- java.lang.Object
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
-
- net.sourceforge.plantuml.elk.proxy.graph.ElkNode
-
public class ElkNode 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 double
getHeight()
Collection<ElkLabel>
getLabels()
ElkNode
getParent()
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 Detail
-
ElkNode
public ElkNode(Object obj)
-
-
Method Detail
-
getParent
public ElkNode getParent()
-
getX
public double getX()
-
getY
public double getY()
-
getLabels
public Collection<ElkLabel> getLabels()
-
getWidth
public double getWidth()
-
getHeight
public double getHeight()
-
setDimensions
public void setDimensions(double width, double height)
-
-