Overview
Package
Class
Tree
Deprecated
Index
Help
Blackjack
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
F
FAST_ANIMATION
- Static variable in class com.amoebacode.blackjack.display.
PreferencesDisplay
The fast animation option
FAST_ANIMATION_DELAY
- Static variable in class com.amoebacode.blackjack.display.
DisplayPreferences
The millisecond delay for fast animation
FEWEST_NUMBER_OF_CARDS
- Static variable in class com.amoebacode.blackjack.core.
Deck
The minimum number of cards needed to start a round
finishRound()
- Method in interface com.amoebacode.blackjack.core.
IGame
Displays the game buttons, updates the current balance, and lowers the initial bet (if necessary).
finishRound()
- Method in class com.amoebacode.blackjack.core.
Game
fireAddCardEvent(ICard)
- Method in class com.amoebacode.blackjack.event.
HandEventListenerCollection
Fires an add card event to all of the listeners in this collection.
fireAddDealerEvent(IDealer)
- Method in class com.amoebacode.blackjack.event.
RoundEventListenerCollection
Fires an add dealer event to all of the listeners in this collection.
fireAddDealerHandEvent(IDealerHand)
- Method in class com.amoebacode.blackjack.event.
DealerEventListenerCollection
Fires an add dealer event to all of the listeners in this collection.
fireAddPlayerEvent(IPlayer)
- Method in class com.amoebacode.blackjack.event.
RoundEventListenerCollection
Fires an add player event to all of the listeners in this collection.
fireAddPlayerHandEvent(IPlayerHand)
- Method in class com.amoebacode.blackjack.event.
PlayerEventListenerCollection
Fires an add player hand event to all of the listeners in this collection.
fireAvailableCommandsEvent(AvailableGameCommands)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires an update available commands event to all of the listeners in this collection.
fireAvailableCommandsEvent(AvailableHandCommands)
- Method in class com.amoebacode.blackjack.event.
PlayerHandEventListenerCollection
Fires an update available commands event to all of the listeners in this collection.
fireBuyingInsuranceEvent(IBasicStrategy)
- Method in class com.amoebacode.blackjack.event.
BasicStrategyEventListenerCollection
Fires a buying insurance event to all of the listeners in this collection.
fireClearEvent(IHand)
- Method in class com.amoebacode.blackjack.event.
HandEventListenerCollection
Fires a clear event to all of the listeners in this collection.
fireDisplayNetGainEvent(IPlayer)
- Method in class com.amoebacode.blackjack.event.
PlayerEventListenerCollection
Fires a display net gain event to all of the listeners in this collection.
fireDrawNetGainEvent(IPlayerHand)
- Method in class com.amoebacode.blackjack.event.
PlayerHandEventListenerCollection
Fires a draw net gain event to all of the listeners in this collection.
fireIncorrectMoveEvent(IBasicStrategy, String, int, String)
- Method in class com.amoebacode.blackjack.event.
BasicStrategyEventListenerCollection
Fires an incorrect move event to all of the listeners in this collection.
fireRemoveCardEvent(ICard)
- Method in class com.amoebacode.blackjack.event.
PlayerHandEventListenerCollection
Fires a remove card event to all of the listeners in this collection.
fireSetBasicStrategyEvent(IBasicStrategy)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires a set basic strategy tutor event to all of the listeners in this collection.
fireSetDeckEvent(IDeck)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires a set deck event to all of the listeners in this collection.
fireSetHouseRulesEvent(IHouseRules)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires a set casino options event to all of the listeners in this collection.
fireSetPreferencesEvent(IPreferences)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires a set preferences event to all of the listeners in this collection.
fireSetRoundEvent(IRound)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires a set deck event to all of the listeners in this collection.
fireTurnOverCardEvent(IDealerHand)
- Method in class com.amoebacode.blackjack.event.
DealerHandEventListenerCollection
Fires a turn over card event to all of the listeners in this collection.
fireUpdateBalanceLabelEvent(IGame)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires an update balance label event to all of the listeners in this collection.
fireUpdateBetLabelEvent(IGame)
- Method in class com.amoebacode.blackjack.event.
GameEventListenerCollection
Fires an update bet label event to all of the listeners in this collection.
fireUpdateBetLabelEvent(IPlayerHand)
- Method in class com.amoebacode.blackjack.event.
PlayerHandEventListenerCollection
Fires an update bet label event to all of the listeners in this collection.
fireUpdateDecksLabelEvent(IDeck)
- Method in class com.amoebacode.blackjack.event.
DeckEventListenerCollection
Fires an update decks label event to all of the listeners in this collection.
firstCardIsAce()
- Method in class com.amoebacode.blackjack.core.
DealerHand
firstCardIsAce()
- Method in interface com.amoebacode.blackjack.core.
IDealerHand
Indicates whether the first card in this hand is an ace.
firstChoice
- Variable in class com.amoebacode.blackjack.strategy.
CorrectAction
The first choice for the correct playing decision
firstChoiceUnavailable(IPlayerHand, String)
- Method in class com.amoebacode.blackjack.strategy.
StrategyTable
Indicates whether the first choice from the correct action is unavailable.
firstDealerCardIsAce()
- Method in class com.amoebacode.blackjack.core.
Round
firstDealerCardIsAce()
- Method in interface com.amoebacode.blackjack.core.
IRound
Indicates whether insurance should be offered to the user.
firstLine
- Variable in class com.amoebacode.blackjack.display.label.
StrategyLabel
Indicates whether this label is the first line
firstStrategyLabel
- Variable in class com.amoebacode.blackjack.display.
BasicStrategyDisplay
The first line of the strategy hint label
FONT_NAME
- Static variable in class com.amoebacode.blackjack.display.
FontFactory
The standard font face (Verdana)
FontFactory
- class com.amoebacode.blackjack.display.
FontFactory
.
FontFactory creates all display fonts.
FontFactory()
- Constructor for class com.amoebacode.blackjack.display.
FontFactory
Overview
Package
Class
Tree
Deprecated
Index
Help
Blackjack
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
<
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Copyright © 2002
amoebacode.com
.