com.partnersoft.maps.rover
Class DoNothingRoverMachineActor

java.lang.Object
  extended by com.partnersoft.maps.rover.DoNothingRoverMachineActor
All Implemented Interfaces:
RoverMachineActor

public class DoNothingRoverMachineActor
extends java.lang.Object
implements RoverMachineActor

A do-nothing implementation of RoverMachineActor. Use it for testing.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Constructor Summary
DoNothingRoverMachineActor()
           
 
Method Summary
 void areaBlock(int graphicTypeId, int count)
           
 void areaShape(RoverMachineRegister register)
           
 void imageBlock(int graphicTypeId, int count)
           
 void imageShape(RoverMachineRegister register)
           
 void lineBlock(int graphicTypeId, int count)
           
 void lineShape(RoverMachineRegister register)
           
 void pointBlock(int graphicTypeId, int count)
           
 void pointShape(RoverMachineRegister register)
           
 void textBlock(int graphicTypeId, 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

DoNothingRoverMachineActor

public DoNothingRoverMachineActor()
Method Detail

areaShape

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

areaBlock

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

imageShape

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

imageBlock

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

lineShape

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

lineBlock

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

pointShape

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

pointBlock

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

textShape

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

textBlock

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