public static class CircuitChangeJobs.RotateSelected extends Job
Job.Inform, Job.Key, Job.Priority, Job.Type
endTime, finished, LOCALDEBUGFLAG, MIN_NUM_SECONDS, reportExecution, startTime
Constructor and Description |
---|
CircuitChangeJobs.RotateSelected(Cell cell,
java.util.List<Geometric> highs,
int amount,
boolean mirror,
boolean mirrorH) |
Modifier and Type | Method and Description |
---|---|
boolean |
doIt()
This is the main work method.
|
abort, checkAbort, fieldVariableChanged, getAllJobs, getDatabase, getDebug, getDeleteWhenDone, getEditingPreferences, getEnvironment, getExtendedUserInterface, getInfo, getInform, getKey, getRunningJob, getScheduledToAbort, getStatus, getTechPool, getTool, getUserInterface, initJobManager, inServerThread, isClientThread, isFinished, pipeClient, pipeServer, remove, setCurrentLibraryInJob, setDebug, setProgress, setReportExecutionFlag, socketClient, startJob, startJob, startJobOnMyResult, terminateFail, terminateIt, terminateOK, toString, updateIncrementalDRCErrors, updateNetworkErrors
public CircuitChangeJobs.RotateSelected(Cell cell, java.util.List<Geometric> highs, int amount, boolean mirror, boolean mirrorH)
cell
- highs
- the highlighted objects (list of highlights)amount
- angle in tenth degrees to rotatemirror
- whether or not to mirror. if true, amount is ignored, and mirrorH is used.mirrorH
- if true, mirror horizontally (flip over X-axis), otherwise mirror
vertically (flip over Y-axis). Ignored if mirror is false.public boolean doIt() throws JobException
Job
doIt
in class Job
JobException
- TODO