Uses of Class
com.sun.electric.database.topology.RTNode

Packages that use RTNode
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.tool.user.ui   
 

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

Methods in com.sun.electric.database.topology that return RTNode
 RTNode Topology.getRTree()
          Method to R-Tree of this Cell.
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.makeTopLevel()
          Method to create the top-level R-Tree structure for a new 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.
 

Methods in com.sun.electric.database.topology with parameters of type RTNode
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.
 

Constructors in com.sun.electric.database.topology with parameters of type RTNode
RTNode.Search(java.awt.geom.Rectangle2D bounds, RTNode root, boolean includeEdges)
           
 

Uses of RTNode in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return RTNode
 RTNode EditWindow.getTextInCell()
          Get the RTree with all text in this Cell.
 

Methods in com.sun.electric.tool.user.ui with parameters of type RTNode
 void EditWindow.setTextInCell(RTNode tic)
          Set the RTree with all text in this Cell.