public class DoNothingRoverMachineActor extends java.lang.Object implements RoverMachineActor
Copyright 2008 Partner Software, Inc.
| Constructor and Description |
|---|
DoNothingRoverMachineActor() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void areaShape(RoverMachineRegister register)
areaShape in interface RoverMachineActorpublic void areaBlock(int graphicTypeId,
int count)
areaBlock in interface RoverMachineActorpublic void imageShape(RoverMachineRegister register)
imageShape in interface RoverMachineActorpublic void imageBlock(int graphicTypeId,
int count)
imageBlock in interface RoverMachineActorpublic void lineShape(RoverMachineRegister register)
lineShape in interface RoverMachineActorpublic void lineBlock(int graphicTypeId,
int count)
lineBlock in interface RoverMachineActorpublic void pointShape(RoverMachineRegister register)
pointShape in interface RoverMachineActorpublic void pointBlock(int graphicTypeId,
int count)
pointBlock in interface RoverMachineActorpublic void textShape(RoverMachineRegister register)
textShape in interface RoverMachineActorpublic void textBlock(int graphicTypeId,
int count)
textBlock in interface RoverMachineActor