Uses of Interface
bluegammon.gui.animation.RepaintRequestable

Packages that use RepaintRequestable
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 RepaintRequestable in bluegammon.gui
 

Classes in bluegammon.gui that implement RepaintRequestable
 class BoardCanvas
           Singleton class handling all graphical details of a backgammon view.
 

Uses of RepaintRequestable in bluegammon.gui.animation
 

Constructors in bluegammon.gui.animation with parameters of type RepaintRequestable
AnimationEngine(RepaintRequestable canvas)
          Creates an animation engine for specified canvas.