Package | Description |
---|---|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Search(java.awt.geom.Rectangle2D bounds,
RTNode root,
boolean includeEdges) |
Modifier and Type | Method and Description |
---|---|
RTNode |
EditWindow.getTextInCell()
Get the RTree with all text in this Cell.
|
Modifier and Type | Method and Description |
---|---|
void |
EditWindow.setTextInCell(RTNode tic)
Set the RTree with all text in this Cell.
|