|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.routing.AutoStitch
public class AutoStitch
Class which implements the Auto Stitching tool.
| Nested Class Summary | |
|---|---|
static class |
AutoStitch.AutoOptions
Class to package Preferences for the server. |
| Method Summary | |
|---|---|
static void |
autoStitch(boolean highlighted,
boolean forced)
Method to do auto-stitching. |
static void |
runAutoStitch(Cell cell,
java.util.List<NodeInst> nodesToStitch,
java.util.List<ArcInst> arcsToStitch,
Job job,
PolyMerge stayInside,
java.awt.geom.Rectangle2D limitBound,
boolean forced,
AutoStitch.AutoOptions prefs,
boolean showProgress)
This is the public interface for Auto-stitching when done in batch mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void autoStitch(boolean highlighted,
boolean forced)
highlighted - true to stitch only the highlighted objects.
False to stitch the entire current cell.forced - true if the stitching was explicitly requested (and so results should be printed).
public static void runAutoStitch(Cell cell,
java.util.List<NodeInst> nodesToStitch,
java.util.List<ArcInst> arcsToStitch,
Job job,
PolyMerge stayInside,
java.awt.geom.Rectangle2D limitBound,
boolean forced,
AutoStitch.AutoOptions prefs,
boolean showProgress)
cell - the cell in which to stitch.nodesToStitch - a list of NodeInsts to stitch (null to use all in the cell).arcsToStitch - a list of ArcInsts to stitch (null to use all in the cell).job - the Job running this, for aborting.stayInside - is the area in which to route (null to route arbitrarily).limitBound - if not null, only consider connections that occur in this area.forced - true if the stitching was explicitly requested (and so results should be printed).prefs - routing preferences.showProgress - true to show progress.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||