public class DrawingSurfaceRoverMachineActor extends java.lang.Object implements RoverMachineActor
| Constructor and Description |
|---|
DrawingSurfaceRoverMachineActor(MapViewFrame frame,
DrawingSurface drawingSurface) |
DrawingSurfaceRoverMachineActor(MapViewFrame frame,
DrawingSurface drawingSurface,
boolean ephemerize) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public DrawingSurfaceRoverMachineActor(MapViewFrame frame, DrawingSurface drawingSurface)
public DrawingSurfaceRoverMachineActor(MapViewFrame frame, DrawingSurface drawingSurface, boolean ephemerize)
public void areaBlock(int drawId,
int count)
areaBlock in interface RoverMachineActorpublic void areaShape(RoverMachineRegister register)
areaShape in interface RoverMachineActorpublic void imageBlock(int drawId,
int count)
imageBlock in interface RoverMachineActorpublic void imageShape(RoverMachineRegister register)
imageShape in interface RoverMachineActorpublic void lineBlock(int drawId,
int count)
lineBlock in interface RoverMachineActorpublic void lineShape(RoverMachineRegister register)
lineShape in interface RoverMachineActorpublic void pointBlock(int drawId,
int count)
pointBlock in interface RoverMachineActorpublic void pointShape(RoverMachineRegister register)
pointShape in interface RoverMachineActorpublic void textBlock(int drawId,
int count)
textBlock in interface RoverMachineActorpublic void textShape(RoverMachineRegister register)
textShape in interface RoverMachineActor