|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
bluegammon.gui
package contains classes related to presentation and
user interaction of the Bluegammon game.
See:
Description
Interface Summary | |
FocusablePage | An extended behaviour for a MenuPage . |
StringInputHandler | Implementations of this interface handles string input. |
Class Summary | |
BluetoothClientWorkflow | Handles the different steps of connecting to a server as a client. |
BluetoothDevicePage | A page that presents nearby devices, and gives feedback when search is active. |
BluetoothServerWorkflow | Handles the different steps of setting up a server and awaiting a client. |
BoardCanvas | Singleton class handling all graphical details of a backgammon view. |
Context3D | The 3d context used in this game. |
MenuCanvas | The MenuCanvas is the handler of the Bluegammon
menu. |
PopupCanvas | Represents a canvas that can show popups. |
SoftButtonControl | A custom item for softbuttons. |
The bluegammon.gui
package contains classes related to presentation and
user interaction of the Bluegammon game.
The gui of the Bluegammon midlet has two states:
The two main classes in this package are MenuCanvas
and BoardCanvas
.
MenuCanvas
is the user interaction entry point for the midlet.
This class is active before an actual backgammon game is started
and handles the setup state.BoardCanvas
is active when a game is ongoing and handles the game-play state.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |