Uses of Class
bluegammon.gui.animation.WinnerAnim

Packages that use WinnerAnim
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
bluegammon.gui.animation The bluegammon.gui.animation package contains the general animation functionality as well as specific gui animations. 
 

Uses of WinnerAnim in bluegammon.gui
 

Methods in bluegammon.gui with parameters of type WinnerAnim
 void BoardCanvas.addWinningPieceAnimation(boolean white, WinnerAnim winAnim)
          Adds a piece animation when there is a winner.
 

Uses of WinnerAnim in bluegammon.gui.animation
 

Constructors in bluegammon.gui.animation with parameters of type WinnerAnim
WinnerPieceMoveAnim(WinnerAnim winAnim, boolean white, int source, int destX, int destY, int piecesOnSource)
          Creates a piece movement animation for the winning animation.