- setAnimationFinished() - Method in class app.model.CardUpdate
-
Set an animation as finished for model to resume its logic
- setAwaitsUserEventToNull() - Method in class app.model.GameModel
-
- setBidChosen(Bids) - Method in class app.model.Hand
-
- setDealerChoosingEnabled(boolean) - Method in class app.presenter.AppPresenter
-
- setFirstDealer(Hand) - Method in class app.model.PlayerHandler
-
Sets first dealer and the shuffler and cutter
- setGameModel(GameModel) - Method in class app.presenter.AppPresenter
-
- setGameView(GameView) - Method in class app.presenter.AppPresenter
-
- setLastEndedAnimation(int) - Method in class app.model.GameModel
-
- setPosition(Point3D) - Method in class app.view.RectangleMesh
-
- setShown(boolean) - Method in class app.model.Card
-
- setShown(boolean) - Method in class app.view.ViewCard
-
- setUserChoice(int) - Method in class app.model.GameModel
-
- shuffleCards() - Method in class app.model.GameModel
-
Shuffles cards
- shufflingCardsTest() - Method in class unitTests.GameModelTests
-
Test on shuffling Cards method
No exception should be fired
- StandaloneModelClassesTests - Class in unitTests
-
Standalone Unit tests for model classes
- StandaloneModelClassesTests() - Constructor for class unitTests.StandaloneModelClassesTests
-
- start(Stage) - Method in class app.Main
-
- start(Stage) - Method in class unitTests.GameViewTests
-
Create the scene of the application before the tests.
- Suit - Enum in app.model
-
The Suit
enumeration defines all suits that can be assigned to a card