|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job.Type | |
|---|---|
| com.sun.electric.tool | Package for all synthesis and analysis tools. |
| com.sun.electric.tool.routing | Package for handling the Routing tools. |
| com.sun.electric.tool.user | Package for handling the user-interface tool. |
| Uses of Job.Type in com.sun.electric.tool |
|---|
| Fields in com.sun.electric.tool declared as Job.Type | |
|---|---|
Job.Type |
EJob.jobType
type of job (change or examine) |
| Methods in com.sun.electric.tool that return Job.Type | |
|---|---|
static Job.Type |
Job.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Job.Type[] |
Job.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.sun.electric.tool with parameters of type Job.Type | |
|---|---|
Job(java.lang.String jobName,
Tool tool,
Job.Type jobType,
Cell upCell,
Cell downCell,
Job.Priority priority)
Constructor creates a new instance of Job. |
|
MultiTaskJob(java.lang.String jobName,
Tool t,
Job.Type jobType,
Consumer<Result> c)
Constructor creates a new instance of MultiTaskJob. |
|
| Uses of Job.Type in com.sun.electric.tool.routing |
|---|
| Methods in com.sun.electric.tool.routing with parameters of type Job.Type | |
|---|---|
static void |
MimicStitch.mimicOneArc(ArcInst ai1,
int end1,
ArcInst ai2,
int end2,
double oWidth,
ArcProto oProto,
double prefX,
double prefY,
boolean forced,
Job.Type method,
MimicStitch.MimicOptions prefs,
Job theJob)
Method to do mimic stitching. |
| Uses of Job.Type in com.sun.electric.tool.user |
|---|
| Methods in com.sun.electric.tool.user with parameters of type Job.Type | |
|---|---|
static void |
ActivityLogger.logJobStarted(java.lang.String jobName,
Job.Type jobType,
Cell cell,
java.util.List<Highlight2> savedHighlights,
java.awt.geom.Point2D savedHighlightsOffset)
Log a Job. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||