|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.JobIterator
com.partnersoft.v3x.apps.Staker.DXF.JobDrawingIterator
public class JobDrawingIterator
Iterates through a job and draws it.
| Constructor Summary | |
|---|---|
JobDrawingIterator(Job jobby,
DrawingWriter writer)
Create a JobDrawingIterator which draws the job to the given writer. |
|
| Method Summary | |
|---|---|
protected void |
forJob(Job job)
Called first. |
protected void |
forLocation(Job job,
Location location)
Called for each Location. |
protected void |
forRedlineNode(Job job,
RedlineNode node)
Called for each RedlineNode found. |
protected void |
forRedlineSticker(Job job,
RedlineSticker sticker)
Called for each RedlineSticker found. |
protected void |
forRedlineText(Job job,
RedlineText text)
Called for each RedlineText found. |
protected void |
forUnitAtLocation(Job job,
Location location,
UnitAtALocation unitAtLocation)
Called for each UnitAtALocation. |
protected void |
whenFinished(Job job)
|
| Methods inherited from class com.partnersoft.v3x.apps.Staker.domain.JobIterator |
|---|
forUnitOnSpan, start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobDrawingIterator(Job jobby,
DrawingWriter writer)
| Method Detail |
|---|
protected void forJob(Job job)
forJob in class JobIterator
protected void forLocation(Job job,
Location location)
forLocation in class JobIterator
protected void forUnitAtLocation(Job job,
Location location,
UnitAtALocation unitAtLocation)
forUnitAtLocation in class JobIterator
protected void forRedlineText(Job job,
RedlineText text)
forRedlineText in class JobIterator
protected void forRedlineNode(Job job,
RedlineNode node)
forRedlineNode in class JobIterator
protected void forRedlineSticker(Job job,
RedlineSticker sticker)
forRedlineSticker in class JobIteratorprotected void whenFinished(Job job)
whenFinished in class JobIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||