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
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElkNode(java.lang.Object obj)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    java.util.Collection<ElkLabel>
     
     
    double
     
    double
     
    double
     
    void
    setDimensions(double width, double height)
     

    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

    • ElkNode

      public ElkNode(java.lang.Object obj)
  • Method Details

    • getParent

      public ElkNode getParent()
    • getX

      public double getX()
    • getY

      public double getY()
    • getLabels

      public java.util.Collection<ElkLabel> getLabels()
    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()
    • setDimensions

      public void setDimensions(double width, double height)