| Package | Description |
|---|---|
| com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
| Modifier and Type | Method and Description |
|---|---|
static CircuitChangeJobs.Reconnect |
CircuitChangeJobs.Reconnect.erasePassThru(NodeInst ni,
boolean allowdiffs,
boolean checkPermission)
Method to find a possible Reconnect through a given NodeInst.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<CircuitChangeJobs.Reconnect> |
CircuitChangeJobs.getPinsToPassThrough(Cell cell) |
| Constructor and Description |
|---|
CircuitChangeJobs.CleanupChanges(Cell cell,
boolean justThis,
java.util.Set<NodeInst> pinsToRemove,
java.util.List<CircuitChangeJobs.Reconnect> pinsToPassThrough,
java.util.Map<NodeInst,EPoint> pinsToScale,
java.util.List<NodeInst> textToMove,
java.util.Set<ArcInst> arcsToKill,
int zeroSize,
int negSize,
int overSizePins) |