Uses of Interface
com.sun.electric.database.topology.RTBounds

Packages that use RTBounds
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
 

Uses of RTBounds in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return types with arguments of type RTBounds
 java.util.Iterator<RTBounds> Cell.searchIterator(java.awt.geom.Rectangle2D bounds)
          Method to return an interator over all RTBounds objects in a given area of this Cell.
 java.util.Iterator<RTBounds> Cell.searchIterator(java.awt.geom.Rectangle2D bounds, boolean includeEdges)
          Method to return an interator over all RTBounds objects in a given area of this Cell that allows to ignore elements touching the area.
 

Uses of RTBounds in com.sun.electric.database.topology
 

Classes in com.sun.electric.database.topology that implement RTBounds
 class ArcInst
          An ArcInst is an instance of an ArcProto (a wire type) An ArcInst points to its prototype, the Cell on which it has been instantiated, and the connection at either end of the wire.
 class Geometric
          This class is the superclass for the Electric classes that have visual bounds on the screen, specifically NodeInst and ArcInst.
 class NodeInst
          A NodeInst is an instance of a NodeProto (a PrimitiveNode or a Cell).
 

Methods in com.sun.electric.database.topology that return RTBounds
 RTBounds RTNode.Search.next()
           
 

Methods in com.sun.electric.database.topology that return types with arguments of type RTBounds
 java.util.Iterator<RTBounds> Topology.searchIterator(java.awt.geom.Rectangle2D bounds, boolean includeEdges)
          Method to return an interator over all RTBounds objects in a given area of this Cell that allows to ignore elements touching the area.
 

Methods in com.sun.electric.database.topology with parameters of type RTBounds
static RTNode RTNode.linkGeom(java.lang.Object env, RTNode root, RTBounds geom)
          Method to link this RTBounds into the R-tree of its parent Cell.
static RTNode RTNode.unLinkGeom(java.lang.Object env, RTNode root, RTBounds geom)
          Method to remove this geometry from the R-tree its parent cell.