net.sourceforge.jeuclid.layout
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
).
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.