net.sourceforge.jeuclid.layout
Class JEuclidView.NodeRect

java.lang.Object
  extended by 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 Summary
 Node getNode()
           
 Rectangle2D getRect()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.