Index
All Classes and Interfaces|All Packages|Serialized Form
G
- getBalance() - Method in class controller.Controller
-
Gets the current player's balance.
- getBalance() - Method in class model.Player
-
Gets the player's current balance from a file.
- getBet() - Method in class controller.Controller
-
Gets the current player's bet.
- getCard(int) - Method in class controller.Hand
-
Gets the
Cardat a specific index. - getCardFilePath(int) - Method in class controller.Hand
-
Gets the relative file path of a
Card. - getCards() - Method in class model.Deck
- getDealerCardFilePath(int) - Method in class controller.Controller
- getFilename() - Method in class model.Card
-
Returns a file representation of a
Cardin the form"ace_of_spades.png" - getHand() - Method in class model.Person
- getLosses() - Method in class model.Statistics
-
Gets the number of losses.
- getName() - Method in class model.Person
-
Returns the name of the
Person. - getPlayerCardFilePath(int) - Method in class controller.Controller
- getPushes() - Method in class model.Statistics
-
Gets the number of pushes (ties).
- getRank() - Method in class model.Card
- getSuit() - Method in class model.Card
- getValue() - Method in class model.Card
- getWins() - Method in class model.Statistics
-
Gets the number of wins.
All Classes and Interfaces|All Packages|Serialized Form