Internet Chess ToolKit
v0.2.0

ictk.boardgame.chess.ui.cli
Interface CLIChessBoardDisplay

All Superinterfaces:
BoardDisplay, BoardListener, ChessBoardDisplay, CLIBoardDisplay, java.util.EventListener
All Known Implementing Classes:
TxChessBoardDisplay

public interface CLIChessBoardDisplay
extends ChessBoardDisplay, CLIBoardDisplay

This is a command-line visual representation of a chess board.


Field Summary
 
Fields inherited from interface ictk.boardgame.chess.ui.ChessBoardDisplay
BOTTOM_COORDINATES, LEFT_COORDINATES, NO_COORDINATES, RIGHT_COORDINATES, TOP_COORDINATES
 
Methods inherited from interface ictk.boardgame.chess.ui.ChessBoardDisplay
getSideToMoveOnBottom, getVisibleCoordinates, isLowerCaseCoordinates, isWhiteOnBottom, setLowerCaseCoordinates, setSideToMoveOnBottom, setVisibleCoordinates, setWhiteOnBottom
 
Methods inherited from interface ictk.boardgame.ui.cli.CLIBoardDisplay
getWriter, isInverse, print, print, setInverse, setWriter
 
Methods inherited from interface ictk.boardgame.ui.BoardDisplay
getBoard, setBoard, update
 
Methods inherited from interface ictk.boardgame.BoardListener
boardUpdate
 


Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .