Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.drc |
Package for handling the design-rule checking tool.
|
com.sun.electric.tool.generator.layout.fillCell |
Modifier and Type | Method and Description |
---|---|
Poly[] |
Poly.Builder.getShapeArray(ArcInst ai,
Layer.Function.Set onlyTheseLayers)
Returns the polygons that describe arc "ai".
|
Poly[] |
Poly.Builder.getShapeArray(NodeInst ni,
boolean electrical,
boolean reasonable,
Layer.Function.Set onlyTheseLayers)
Returns the polygons that describe arc "ai".
|
Modifier and Type | Field and Description |
---|---|
static Layer.Function.Set |
Layer.Function.Set.ALL
Set if all Layer.Functions
|
Modifier and Type | Method and Description |
---|---|
static Layer.Function.Set |
Layer.getMultiLayersSet(Layer layer)
Get Function Set associated with a given Layer
|
Modifier and Type | Method and Description |
---|---|
Poly[] |
Technology.getShapeOfArc(ArcInst ai,
Layer.Function.Set onlyTheseLayers)
Returns the polygons that describe arc "ai".
|
Poly[] |
Technology.getShapeOfNode(NodeInst ni,
boolean electrical,
boolean reasonable,
Layer.Function.Set onlyTheseLayers)
Returns the polygons that describe node "ni".
|
void |
AbstractShapeBuilder.setup(CellBackup cellBackup,
Orientation orient,
boolean electrical,
boolean wipePins,
boolean reasonable,
Layer.Function.Set onlyTheseLayers) |
void |
AbstractShapeBuilder.setup(CellTree cellTree,
Orientation orient,
boolean electrical,
boolean wipePins,
boolean reasonable,
Layer.Function.Set onlyTheseLayers) |
Modifier and Type | Method and Description |
---|---|
static Layer.Function.Set |
DRC.getOnlyLayersWithRulesFromArc(ArcProto ap,
Technology tech) |
static Layer.Function.Set |
DRC.getOnlyLayersWithRulesFromPrimitive(NodeProto np,
Technology tech)
Method to retrieve only the layer functions with rules in a node.
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
FillCellGenJob.searchCollision(Cell parent,
java.awt.geom.Rectangle2D nodeBounds,
Layer.Function.Set theseLayers,
FillCellGenJob.PortConfig p,
java.lang.Object[] ignores,
Cell master,
Network theNet)
Method to determine if new contact will overlap with other metals in the
configuration
|