com.partnersoft.v3x.apps.Staker.DXF
Class StakingDXFFactory
java.lang.Object
org.jcon.data.Factory
com.partnersoft.v3x.graphics.DrawingFactory
com.partnersoft.v3x.apps.Staker.DXF.StakingDrawingFactory
com.partnersoft.v3x.apps.Staker.DXF.StakingDXFFactory
public class StakingDXFFactory
- extends StakingDrawingFactory
The factory which maps staking data (jobs, locations, and units) to DXF
drawable stuff.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static StakingDXFFactory instance()
units2blocks
public java.util.Map units2blocks()
annotationBlocks
public java.util.Map annotationBlocks()
getSpan
public DrawingElement getSpan(Location node)
- Specified by:
getSpan in class StakingDrawingFactory
getIntermediateSpan
public DrawingElement getIntermediateSpan(Location node,
IntermediatePoint point)
- Overrides:
getIntermediateSpan in class StakingDrawingFactory
getDrawnUnit
public DrawingElement getDrawnUnit(Coord3D location,
UnitAtALocation stakedUnit)
- Specified by:
getDrawnUnit in class StakingDrawingFactory
main
public static void main(java.lang.String[] argv)