- valueOf(String) - Static method in enum app.model.Bids
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum app.model.Bids
-
Gets Bids value from ordinal
- valueOf(String) - Static method in enum app.model.CardUpdateType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum app.model.GameState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum app.model.NotificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum app.model.PlayerHandler.PlayersCardinalPoint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum app.model.Rank
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum app.model.Suit
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum app.model.Bids
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.CardUpdateType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.GameState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.NotificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.PlayerHandler.PlayersCardinalPoint
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.Rank
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum app.model.Suit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewCamera - Class in app.view
-
The ViewCamera
class contain the camera of the scene.
- ViewCamera(boolean) - Constructor for class app.view.ViewCamera
-
Constructs Perspective camera
- ViewCard - Class in app.view
-
The ViewCard
class is a JavaFX extended node
with some useful methods to help animating the cards on the table.
- ViewCard(Card, GameView, Group) - Constructor for class app.view.ViewCard
-
Constructs a view card with a model card, a view and a group
- ViewCard(Card) - Constructor for class app.view.ViewCard
-
Constructs a view card with a model card