Class JEuclidView.NodeRect

  • Enclosing class:
    JEuclidView

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node getNode()  
      java.awt.geom.Rectangle2D getRect()  
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getNode

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object