Class ElkNode

    • Constructor Detail

      • ElkNode

        public ElkNode​(Object obj)
    • Method Detail

      • getParent

        public ElkNode getParent()
      • getX

        public double getX()
      • getY

        public double getY()
      • getWidth

        public double getWidth()
      • getHeight

        public double getHeight()
      • setDimensions

        public void setDimensions​(double width,
                                  double height)