|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
IPreferences defines the public API for managing the set of game preferences.
| Field Summary | |
static int |
BET_INTERVAL
The number of units by which to increase/decrease the player's bet |
static int |
DEFAULT_INITIAL_BALANCE
The player's default initial balance |
static int |
DEFAULT_INITIAL_BET
The player's default initial bet |
static int |
MAXIMUM_BET
The player's maximum bet |
static int |
MINIMUM_BET
The player's minimum bet |
| Method Summary | |
boolean |
isStrategyTutor()
Indicates whether the basic strategy tutor is on. |
void |
setStrategyTutor(boolean value)
Turns the basic strategy tutor on or off. |
| Field Detail |
public static final int DEFAULT_INITIAL_BALANCE
public static final int DEFAULT_INITIAL_BET
public static final int BET_INTERVAL
public static final int MINIMUM_BET
public static final int MAXIMUM_BET
| Method Detail |
public boolean isStrategyTutor()
public void setStrategyTutor(boolean value)
strategyTutor - the new basic strategy tutor setting
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||