public interface RoverMachineActor
Copyright 2008 Partner Software, Inc.
| 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) |
void imageBlock(int graphicTypeId,
int count)
void areaBlock(int graphicTypeId,
int count)
void lineBlock(int graphicTypeId,
int count)
void pointBlock(int graphicTypeId,
int count)
void textBlock(int graphicTypeId,
int count)
void imageShape(RoverMachineRegister register)
void areaShape(RoverMachineRegister register)
void lineShape(RoverMachineRegister register)
void pointShape(RoverMachineRegister register)
void textShape(RoverMachineRegister register)