com.partnersoft.maps.rover
Class DoNothingRoverMachineActor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoNothingRoverMachineActor
public DoNothingRoverMachineActor()
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