com.sun.electric.database.topology
Interface RTBounds

All Known Implementing Classes:
ArcInst, Geometric, NodeInst

public interface RTBounds

Interface to define the objects stored in an R-Tree. The objects passed into the RTNode need only implement this. For most database work, the Geometric is used. However, other simpler objects may also be used.


Method Summary
 java.awt.geom.Rectangle2D getBounds()
           
 

Method Detail

getBounds

java.awt.geom.Rectangle2D getBounds()