- isWallAbove(Juncture) - Method in class maze.Maze
-
Returns true if there is a wall above the given juncture,
false otherwise.
- isWallBelow(Juncture) - Method in class maze.Maze
-
Returns true if there is a wall below the given juncture,
false otherwise.
- isWallToLeft(Juncture) - Method in class maze.Maze
-
Returns true if there is a wall to the left of the
given juncture, false otherwise.
- isWallToRight(Juncture) - Method in class maze.Maze
-
Returns true if there is a wall to the right of the
given juncture, false otherwise.