Class JEuclidView.NodeRect

java.lang.Object
net.sourceforge.jeuclid.layout.JEuclidView.NodeRect
Enclosing class:
JEuclidView

public static final class JEuclidView.NodeRect extends Object
Data structure for storing a Node along with its rendering boundary (Rectangle2D).
  • Method Details

    • getNode

      public Node getNode()
      Returns:
      The Node this rectangle refers to.
    • getRect

      public Rectangle2D getRect()
      Returns:
      The rendering boundary.
    • toString

      public String toString()
      Overrides:
      toString in class Object