com.webstersmalley.chessweb.model
Class StandardBoard

java.lang.Object
  extended by com.webstersmalley.chessweb.model.Board
      extended by com.webstersmalley.chessweb.model.StandardBoard

public final class StandardBoard
extends Board

Represents a standard chess board. ie an 8x8 board, with the pieces laid out in the usual way.

Author:
Matthew Smalley

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

StandardBoard

public StandardBoard()
Construct a new Standard chess board. Creates it with the 8x8 size, plus places the pieces in their start positions.



Copyright © 2005 Webster Smalley. All Rights Reserved.