接口的使用
me.magicall.game.sub.chess.ChessBoard
使用ChessBoard的程序包
-
me.magicall.game.sub.chess中ChessBoard的使用
-
me.magicall.game.sub.chess.util中ChessBoard的使用
修饰符和类型方法说明protected charChessBoardDisplayer.charOfPosition(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getBottomCrossChar(ChessBoard board, int rowIndex, int columnIndex) protected intChessBoardDisplayer.getColumnCount(ChessBoard board) protected charChessBoardDisplayer.getHeadCrossChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getHorizonalLineChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getLeftBottomChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getLeftCrossChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getLeftHeadChar(ChessBoard board, int rowIndex, int columnIndex) protected intChessBoardDisplayer.getMaxColumnIndex(ChessBoard board) protected intChessBoardDisplayer.getMaxRowIndex(ChessBoard board) protected charChessBoardDisplayer.getMiddleCrossChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getRightBottomChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getRightCrossChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getRightHeadChar(ChessBoard board, int rowIndex, int columnIndex) protected intChessBoardDisplayer.getRowCount(ChessBoard board) protected charChessBoardDisplayer.getSpaceChar(ChessBoard board, int rowIndex, int columnIndex) protected charChessBoardDisplayer.getVerticalLineChar(ChessBoard board, int rowIndex, int columnIndex) protected booleanChessBoardDisplayer.isColumnIndexInCross(ChessBoard board, int columnIndex) protected booleanChessBoardDisplayer.isRowIndexInCross(ChessBoard board, int rowIndex) char[][]ChessBoardDisplayer.toCharSquare(ChessBoard board) ChessBoardDisplayer.toString(ChessBoard board) -
me.magicall.game.sub.round中ChessBoard的使用
类型参数类型为ChessBoard的me.magicall.game.sub.round中的类