Index
All Classes and Interfaces|All Packages|Serialized Form
S
- setBalance(double) - Method in class controller.Controller
-
Sets the player's current balance.
- setBalance(double) - Method in class model.Player
-
Sets the player's balance and stores it in a file.
- setBet(double) - Method in class controller.Controller
-
Sets the current player's bet.
- setHand(Hand) - Method in class model.Person
-
Deprecated.
- setLosses(int) - Method in class model.Statistics
-
Sets the number of losses.
- setName(String) - Method in class model.Person
-
Sets the name of the
Person. - setPushes(int) - Method in class model.Statistics
-
Sets the number of pushes (ties).
- setWins(int) - Method in class model.Statistics
-
Sets the number of wins.
- SEVEN - Enum constant in enum model.Card.Rank
- shuffle() - Method in class model.Deck
- SignupUI - Class in view
-
GUI for login screen.
- SignupUI() - Constructor for class view.SignupUI
-
Creates new form Login
- SIX - Enum constant in enum model.Card.Rank
- SPADES - Enum constant in enum model.Card.Suit
- startRound() - Method in class controller.Controller
-
Starts a new round of the game.
- Statistics - Class in model
-
The Statistics class represents a set of statistics for a blackjack game.
- Statistics() - Constructor for class model.Statistics
-
Constructs a new
Statisticsobject with all statistics initialized to 0. - Statistics(int, int, int) - Constructor for class model.Statistics
-
Constructs a new
Playerobject with the given statistics. - StatisticsChart - Class in view
-
The StatisticsChart class represents a panel that displays a pie chart based on the statistics of a game.
- StatisticsChart() - Constructor for class view.StatisticsChart
-
Creates new form StatisticsChart
- StatisticsUI - Class in view
-
GUI to display a pie chart and the following statistics: Wins Losses Pushes
- StatisticsUI() - Constructor for class view.StatisticsUI
-
Creates new form StatisticsUI
- SUIT_NAME - Variable in enum model.Card.Suit
All Classes and Interfaces|All Packages|Serialized Form