Constructor and Description |
---|
Maze(int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
addWall(int startX,
int startY,
int endX,
int endY) |
String |
getDescription() |
Dimension |
getSize() |
List<Wall> |
getWalls() |
void |
setDescription(String description) |
public Maze(int width, int height)
public void addWall(int startX, int startY, int endX, int endY)
public String getDescription()
public void setDescription(String description)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.