Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
Modifier and Type | Method and Description |
---|---|
static Poly.Builder |
Poly.newGridBuilder()
Returns new instance of Poly builder to build shapes in grid units.
|
static Poly.Builder |
Poly.newLambdaBuilder()
Returns new instance of Poly builder to build shapes in lambda units.
|
static Poly.Builder |
Poly.threadLocalLambdaBuilder()
Returns thread local instance of Poly builder to build shapes in lambda units.
|
Modifier and Type | Method and Description |
---|---|
void |
ArcInst.check(Poly.Builder polyBuilder)
Method to check invariants in this ArcInst.
|
java.util.Iterator<Poly> |
NodeInst.getShape(Poly.Builder polyBuilder)
Returns the polygons that describe this NodeInst.
|
java.util.Iterator<Poly> |
ArcInst.getShape(Poly.Builder polyBuilder)
Returns the polygons that describe this ArcInst.
|
abstract java.util.Iterator<Poly> |
Geometric.getShape(Poly.Builder polyBuilder)
Returns the polygons that describe this Geometric.
|