Uses of Class
bluegammon.gui.PopupCanvas

Packages that use PopupCanvas
bluegammon The bluegammon package contains static resources of the Bluegammon game. 
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
 

Uses of PopupCanvas in bluegammon
 

Methods in bluegammon that return PopupCanvas
static PopupCanvas Bluegammon.getCanvas()
          Returns current canvas
 

Methods in bluegammon with parameters of type PopupCanvas
static void Bluegammon.setCanvas(PopupCanvas c)
          Sets specified canvas as current
 

Uses of PopupCanvas in bluegammon.gui
 

Subclasses of PopupCanvas in bluegammon.gui
 class BoardCanvas
           Singleton class handling all graphical details of a backgammon view.
 class MenuCanvas
          The MenuCanvas is the handler of the Bluegammon menu.
 

Constructors in bluegammon.gui with parameters of type PopupCanvas
BluetoothDevicePage(char[] title, Menu menu, PopupCanvas canvas, SoftButtonControl softButtons)
          Creates the nearby bluetooth devices page.