Class MazeTextDisplay

java.lang.Object
  |
  +--MazeTextDisplay

public class MazeTextDisplay
extends Object

Show a crude representation of the maze on standard output.


Constructor Summary
MazeTextDisplay(MazeModel model)
          Create the display with the given MazeModel.
 
Method Summary
 void display(Coordinate3D cur)
          Display the maze on standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MazeTextDisplay

public MazeTextDisplay(MazeModel model)
Create the display with the given MazeModel.
Method Detail

display

public void display(Coordinate3D cur)
Display the maze on standard output.