A B C E G H I K L M N P Q R S T U V

G

getBoard() - Method in class controller.Control
accessor(selector): Returns the current ChessBoard to the called upon method.
getCell(int, int) - Method in class model.ChessBoard
accessor(selector): Retrieves the cell at the given position.
getColor() - Method in class controller.Player
accessor(selector): Returns the Color of the Player.
getColor() - Method in class model.Cell
accessor(selector): Returns the Color of a Cell.
getColor() - Method in class model.pieces.Piece
accessor(selector): Returns the Color of the given Piece.
getFirstPlayer() - Method in class controller.Control
accessor(selector): Returns the first Player.
getFrom() - Method in class model.moves.Move
accessor(selector): Returns the source cell of the given Move.
getIcon() - Method in class model.pieces.Piece
accessor(selector): Returns an icon of the Piece.
getName() - Method in class controller.Player
accessor(selector): Returns the name of the Player.
getName() - Method in class model.pieces.Piece
accessor(selector): Returns the name of the given Piece.
getPiece() - Method in class model.Cell
accessor(selector): Returns the Piece from the specific Cell.
getSecondPlayer() - Method in class controller.Control
accessor(selector): Returns the second Player.
getTo() - Method in class model.moves.Move
accessor(selector): Returns the destination cell of the given Move.
getTurn() - Method in class controller.Player
accessor(selector): Returns a boolean value on whether a Player can or cannot play.
getX() - Method in class model.Cell
accessor(selector): Returns the Cell's ordinate.
getY() - Method in class model.Cell
accessor(selector): Returns the Cell's abscissa.
GraphicUI - Class in view.gui
Provides a window portrait of the game.
GraphicUI() - Constructor for class view.gui.GraphicUI
constructor: Creates a new Window with an initialized chess board.

A B C E G H I K L M N P Q R S T U V