|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoardCanvas | |
bluegammon.gui | The bluegammon.gui package contains classes related to presentation and
user interaction of the Bluegammon game. |
bluegammon.logic | The bluegammon.logic package contains logic aspects of the backgammon game. |
Uses of BoardCanvas in bluegammon.gui |
Methods in bluegammon.gui that return BoardCanvas | |
static BoardCanvas |
BoardCanvas.getInstance()
Returns singleton instance. |
Uses of BoardCanvas in bluegammon.logic |
Methods in bluegammon.logic that return BoardCanvas | |
static BoardCanvas |
BoardMediator.getCanvas()
Returns the boardcanvas singleton instance. |
Constructors in bluegammon.logic with parameters of type BoardCanvas | |
LocalPlayer(int id,
char[] name,
boolean white,
BoardCanvas canvas)
Constructs a local player. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |