com.partnersoft.v3x.apps.Staker.DXF
Class StakingDrawingFactory
java.lang.Object
org.jcon.data.Factory
com.partnersoft.v3x.graphics.DrawingFactory
com.partnersoft.v3x.apps.Staker.DXF.StakingDrawingFactory
- Direct Known Subclasses:
- ConstructionDXFFactory, StakingDXFFactory
public abstract class StakingDrawingFactory
- extends DrawingFactory
The factory which maps staking data (jobs, locations, and units) to drawable
stuff.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StakingDrawingFactory
public StakingDrawingFactory()
getSpan
public abstract DrawingElement getSpan(Location location)
getDrawnUnit
public abstract DrawingElement getDrawnUnit(Coord3D location,
UnitAtALocation unit)
getPhaseBars
public DrawingElement getPhaseBars(Location location)
getConstructionID
public DrawingElement getConstructionID(Location location)
getIntermediateSpan
public DrawingElement getIntermediateSpan(Location node,
IntermediatePoint point)
getRedlineText
public DrawingElement getRedlineText(RedlineText text)
getRedlineSticker
public DrawingElement getRedlineSticker(RedlineSticker sticker)
getRedline
public DrawingElement getRedline(RedlineNode node)