- main(String[]) - Static method in class maze.MazeGUI
-
Request to the Event Dispatching Thread to create and
display this GUI.
- maze - package maze
-
- Maze - Class in maze
-
This class represents a randomly generated Maze,
for use in CMSC132 projects at UMCP.
- Maze(int, int, int) - Constructor for class maze.Maze
-
Construct random maze.
- Maze(int, int, int, long) - Constructor for class maze.Maze
-
This constructor also allows a seed for the random number generator.
- MazeGraph - Class in graph
-
The MazeGraph is an extension of WeightedGraph.
- MazeGraph(Maze) - Constructor for class graph.MazeGraph
-
Construct the MazeGraph using the "maze" contained
in the parameter to specify the vertices (Junctures)
and weighted edges.
- MazeGUI - Class in maze
-
The MazeGUI class allows the user to create
and display mazes.
- MazeGUI() - Constructor for class maze.MazeGUI
-
Creates and displays the GUI; constructs
a maze to start things off.