A C D E F G H I L M N O P R S V W

P

paintComponent(Graphics) - Method in class org.almacha.achamaze.AchaMazeWindow.MyPanel
 
paintMaze(Graphics) - Method in class org.almacha.achamaze.AchaMazeWindow.MyPanel
 
Player - Class in org.almacha.achamaze
This class represents a player that is in the maze.
Player(Maze, int) - Constructor for class org.almacha.achamaze.Player
 
player - Variable in class org.almacha.achamaze.PlayerStateForMazeAlgo
 
PlayerCannotMoveException - Exception in org.almacha.achamaze
An exception raised when you request to move a player and it is not possible.
PlayerCannotMoveException() - Constructor for exception org.almacha.achamaze.PlayerCannotMoveException
 
PlayerCannotMoveException(String) - Constructor for exception org.almacha.achamaze.PlayerCannotMoveException
 
playerId - Variable in class org.almacha.achamaze.Player
 
PlayerNotInMazeException - Exception in org.almacha.achamaze
An exception raised when a method which is only valid for a player in the maze is called on a player that is not in the maze.
PlayerNotInMazeException() - Constructor for exception org.almacha.achamaze.PlayerNotInMazeException
 
PlayerNotInMazeException(String) - Constructor for exception org.almacha.achamaze.PlayerNotInMazeException
 
players - Variable in class org.almacha.achamaze.Maze
 
playerState - Variable in class org.almacha.achamaze.MazeSolvingAlgorithm
 
playerStateForMazeAlgo - Variable in class org.almacha.achamaze.Player
 
PlayerStateForMazeAlgo - Class in org.almacha.achamaze
An instance of this class is given to a maze solving algorithm so that it knows the player situation.
PlayerStateForMazeAlgo(Maze, Player) - Constructor for class org.almacha.achamaze.PlayerStateForMazeAlgo
 
PledgeAlgorithm - Class in org.almacha.achamaze
An implementation of the Pledge Maze Solving Algorithm.
PledgeAlgorithm(PlayerStateForMazeAlgo) - Constructor for class org.almacha.achamaze.PledgeAlgorithm
 
positionColumn - Variable in class org.almacha.achamaze.Player
 
positionLine - Variable in class org.almacha.achamaze.Player
 

A C D E F G H I L M N O P R S V W