Uses of Class
mahjong.Viewer

Uses of Viewer in mahjong
 

Fields in mahjong declared as Viewer
private  Viewer ButtonManager.d
          Reference to the drawing area we need to interact with.
private  Viewer JViewer.drawingArea
          The actual board drawing area.
 

Methods in mahjong that return Viewer
 Viewer JViewer.getViewer()
          Getter for actual Board GUI component.
 

Constructors in mahjong with parameters of type Viewer
ButtonManager(Viewer d1)
          Construct a new button manager.
Player(Viewer v1, Board b1)
          Generic constructor.