java.lang.Object
net.sourceforge.plantuml.elk.proxy.graph.ElkWithProperty
net.sourceforge.plantuml.elk.proxy.graph.ElkNode

public class ElkNode extends ElkWithProperty
  • Constructor Details

    • ElkNode

      public ElkNode(Object obj)
  • Method Details

    • 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)