Uses of Class
mahjong.Board

Uses of Board in mahjong
 

Fields in mahjong declared as Board
private  Board Viewer.b
          Board itself.
 

Constructors in mahjong with parameters of type Board
JViewer(java.lang.String bn, Board b)
          Main constructor to use.
Player(Viewer v1, Board b1)
          Generic constructor.
Viewer(Board b1)
          Constructor, creates a viewer for the given board.