|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.amoebacode.blackjack.core.Preferences
Preferences manages the set of game preferences.
| Field Summary | |
private boolean |
strategyTutor
Indicates whether the basic strategy tutor is on |
| Fields inherited from interface com.amoebacode.blackjack.core.IPreferences |
BET_INTERVAL, DEFAULT_INITIAL_BALANCE, DEFAULT_INITIAL_BET, MAXIMUM_BET, MINIMUM_BET |
| Constructor Summary | |
protected |
Preferences()
Default protected constructor. |
| Method Summary | |
boolean |
isStrategyTutor()
Indicates whether the basic strategy tutor is on. |
void |
setStrategyTutor(boolean strategyTutor)
Turns the basic strategy tutor on or off. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private boolean strategyTutor
| Constructor Detail |
protected Preferences()
| Method Detail |
public boolean isStrategyTutor()
IPreferencesisStrategyTutor in interface IPreferencesIPreferences.isStrategyTutor()public void setStrategyTutor(boolean strategyTutor)
IPreferencessetStrategyTutor in interface IPreferencesIPreferences.setStrategyTutor(boolean)
|
Blackjack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||