|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.webstersmalley.chessweb.model.Board
com.webstersmalley.chessweb.model.StandardBoard
public final class StandardBoard
Represents a standard chess board. ie an 8x8 board, with the pieces laid out in the usual way.
| Constructor Summary | |
|---|---|
StandardBoard()
Construct a new Standard chess board. |
|
| Method Summary |
|---|
| Methods inherited from class com.webstersmalley.chessweb.model.Board |
|---|
getAt, getAt, getChecked, getHeight, getMoveHistory, getNextTurn, getSquares, getWidth, isBlackChecked, isOnBoard, isWhiteChecked, movePiece, place, setBlackChecked, setHeight, setNextTurn, setup, setWhiteChecked, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardBoard()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||