|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the functionality of a chessboard renderer.
Method Summary | |
void |
doPly(Ply ply)
Render a piece move. |
Board |
getBoard()
Get the current board. |
void |
repaintBoard()
Repaint the current board. |
void |
setBoard(Board board)
Set a new board. |
Method Detail |
public Board getBoard()
public void setBoard(Board board)
board
- The new board.public void repaintBoard()
public void doPly(Ply ply)
ply
- The ply to render.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |