com.partnersoft.maps.render
Class DrawingSurfaceRoverMachineActor

java.lang.Object
  extended by com.partnersoft.maps.render.DrawingSurfaceRoverMachineActor
All Implemented Interfaces:
RoverMachineActor

public class DrawingSurfaceRoverMachineActor
extends java.lang.Object
implements RoverMachineActor


Constructor Summary
DrawingSurfaceRoverMachineActor(MapViewFrame frame, DrawingSurface drawingSurface)
           
DrawingSurfaceRoverMachineActor(MapViewFrame frame, DrawingSurface drawingSurface, boolean ephemerize)
           
 
Method Summary
 void areaBlock(int drawId, int count)
           
 void areaShape(RoverMachineRegister register)
           
 void imageBlock(int drawId, int count)
           
 void imageShape(RoverMachineRegister register)
           
 void lineBlock(int drawId, int count)
           
 void lineShape(RoverMachineRegister register)
           
 void pointBlock(int drawId, int count)
           
 void pointShape(RoverMachineRegister register)
           
 void textBlock(int drawId, int count)
           
 void textShape(RoverMachineRegister register)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawingSurfaceRoverMachineActor

public DrawingSurfaceRoverMachineActor(MapViewFrame frame,
                                       DrawingSurface drawingSurface)

DrawingSurfaceRoverMachineActor

public DrawingSurfaceRoverMachineActor(MapViewFrame frame,
                                       DrawingSurface drawingSurface,
                                       boolean ephemerize)
Method Detail

areaBlock

public void areaBlock(int drawId,
                      int count)
Specified by:
areaBlock in interface RoverMachineActor

areaShape

public void areaShape(RoverMachineRegister register)
Specified by:
areaShape in interface RoverMachineActor

imageBlock

public void imageBlock(int drawId,
                       int count)
Specified by:
imageBlock in interface RoverMachineActor

imageShape

public void imageShape(RoverMachineRegister register)
Specified by:
imageShape in interface RoverMachineActor

lineBlock

public void lineBlock(int drawId,
                      int count)
Specified by:
lineBlock in interface RoverMachineActor

lineShape

public void lineShape(RoverMachineRegister register)
Specified by:
lineShape in interface RoverMachineActor

pointBlock

public void pointBlock(int drawId,
                       int count)
Specified by:
pointBlock in interface RoverMachineActor

pointShape

public void pointShape(RoverMachineRegister register)
Specified by:
pointShape in interface RoverMachineActor

textBlock

public void textBlock(int drawId,
                      int count)
Specified by:
textBlock in interface RoverMachineActor

textShape

public void textShape(RoverMachineRegister register)
Specified by:
textShape in interface RoverMachineActor