Uses of Class
gameboard.OthelloCell

Packages that use OthelloCell
gameboard   
rules   
 

Uses of OthelloCell in gameboard
 

Subclasses of OthelloCell in gameboard
 class CurrentPlayerPanel
          Created on October 30, 2006, 8:25 PM
Extends othelloCell and adds an additional string indicating the current player color.
 class ScorePanel
          Created on November 4, 2006, 8:26 AM
Stores and displays the scores.
 

Uses of OthelloCell in rules
 

Methods in rules with parameters of type OthelloCell
abstract  void AbRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void DownLeftRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void DownRightRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void DownRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void LeftRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void RightRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void UpLeftRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void UpRightRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
 void UpRuleBean.flipPieces(OthelloCell[][] cells, java.awt.Point cp)
          Whether to flip the pieces or not.
abstract  boolean AbRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean DownLeftRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean DownRightRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean DownRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean LeftRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean RightRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean UpLeftRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean UpRightRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.
 boolean UpRuleBean.validate(OthelloCell[][] cells, java.awt.Point cp)
          Validates the piece is a valid move.