Package | Description |
---|---|
com.sun.electric.plugins.j3d.ui | |
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.user.dialogs.options |
Modifier and Type | Field and Description |
---|---|
java.util.Map<Layer,MutableDouble> |
JThreeDTab.threeDDistanceMap |
java.util.Map<Layer,MutableDouble> |
JThreeDTab.threeDThicknessMap |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLRules.getMaxSurround(Layer layer,
double maxSize,
MutableDouble worstLayerRule)
Method to find the maximum design-rule distance around a layer.
|
boolean |
XMLRules.getWorstSpacingDistance(int lastMetal,
MutableDouble worstDistance)
Method to find the worst spacing distance in the design rules.
|
boolean |
XMLRules.getWorstSpacingDistance(java.util.Set<Layer> layers,
MutableDouble worstDistance)
Method to find the worst spacing distance in the design rules.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DRC.getMaxSurround(Layer layer,
double maxSize,
MutableDouble mutableDist)
Method to find the maximum design-rule distance around a layer.
|
static boolean |
DRC.getWorstSpacingDistance(Technology tech,
java.util.Set<Layer> layers,
MutableDouble mutableDist)
Method to find the worst spacing distance in the design rules for a given list of layers.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<Layer,MutableDouble> |
ThreeDTab.threeDDistanceMap |
protected java.util.Map<Layer,MutableDouble> |
ThreeDTab.threeDThicknessMap |