Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
RTBounds |
RTNode.Search.next() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|