Index

A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

V

valueOf(String) - Static method in enum class it.polimi.ingsw.am13.model.card.Color
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class it.polimi.ingsw.am13.model.card.Resource
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class it.polimi.ingsw.am13.model.card.Side
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class it.polimi.ingsw.am13.model.GameStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class it.polimi.ingsw.am13.model.player.ColorToken
Returns the enum constant of this class with the specified name.
values() - Static method in enum class it.polimi.ingsw.am13.model.card.Color
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class it.polimi.ingsw.am13.model.card.Resource
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class it.polimi.ingsw.am13.model.card.Side
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class it.polimi.ingsw.am13.model.GameStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class it.polimi.ingsw.am13.model.player.ColorToken
Returns an array containing the constants of this enum class, in the order they are declared.
VariableAlreadySetException - Exception Class in it.polimi.ingsw.am13.model.exceptions
Exception thrown when a setter of a variable that should only be set one time outside a constructor is called more than once
VariableAlreadySetException() - Constructor for exception class it.polimi.ingsw.am13.model.exceptions.VariableAlreadySetException
 
vec12 - Variable in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Vector representing position of middle card with respect to upper card Mathmatically vec12 = (coordinates of middle card) - (coordinates of upper card) It can be only one among (-1,-1), (0,-1), (1,-1)
vec13 - Variable in class it.polimi.ingsw.am13.model.card.points.PointsPattern
Vector representing position of bottom card with respect to upper card Mathematically vec13 = (coordinates of bottom card) - (coordinates of upper card) It can be only one among (-2,-2), (-1,-2), (1,-2), (2,-2)
view - Variable in class it.polimi.ingsw.am13.client.network.rmi.GameListenerClientRMI
View the listener refers to
view - Variable in class it.polimi.ingsw.am13.client.network.rmi.NetworkHandlerRMI
The user interface
view - Variable in class it.polimi.ingsw.am13.client.network.socket.ServerResponseHandler
The user interface
view - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemChangeField
View handling the printed match for TUI
view - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemDisableLegend
View handling the printed match for TUI
view - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemEnableLegend
View handling the printed match for TUI
view - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemEnterChat
View handling the printed match for TUI
view - Variable in class it.polimi.ingsw.am13.client.view.tui.menu.MenuItemLeaveChat
View handling the printed match for TUI
view - Variable in class it.polimi.ingsw.am13.client.view.tui.MenuInputReader
Reference to the view of the client.
view - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUIMatch
 
View - Interface in it.polimi.ingsw.am13.client.view
Interface representing methods exposed by a generic game view.
ViewGUI - Class in it.polimi.ingsw.am13.client.view.gui
This class is the JavaFX application, and it implements the View interface.
ViewGUI() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUI
 
ViewGUIController - Class in it.polimi.ingsw.am13.client.view.gui
Abstract class for the GUI controllers (the classes implementing the logic behind the various scenes)
ViewGUIController() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIController
 
ViewGUIControllerInit - Class in it.polimi.ingsw.am13.client.view.gui
Controller of 'Init' scene, where the player must complete the initialization part of the game
ViewGUIControllerInit() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerInit
 
ViewGUIControllerJoinedRoom - Class in it.polimi.ingsw.am13.client.view.gui
Controller of 'JoinedRoom' scene, where player can wait for the room to get full or can leave the room
ViewGUIControllerJoinedRoom() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerJoinedRoom
 
ViewGUIControllerMatch - Class in it.polimi.ingsw.am13.client.view.gui
Controller of 'Match' scene, where player can actually play the most of the game
ViewGUIControllerMatch() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerMatch
 
ViewGUIControllerRooms - Class in it.polimi.ingsw.am13.client.view.gui
Controller of the 'Rooms' scene, where the rooms are listed and the user can create/join/reconnect to a room
ViewGUIControllerRooms() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerRooms
 
ViewGUIControllerWinner - Class in it.polimi.ingsw.am13.client.view.gui
Controller of 'Winner' scene, where the final points and the winner are shown
ViewGUIControllerWinner() - Constructor for class it.polimi.ingsw.am13.client.view.gui.ViewGUIControllerWinner
 
ViewTUI - Class in it.polimi.ingsw.am13.client.view.tui
Implementation of a view for TUI.
ViewTUI() - Constructor for class it.polimi.ingsw.am13.client.view.tui.ViewTUI
Builds a new TUI view, setting an empty menu and all state attributes to null (not yet set)
ViewTUIConstants - Class in it.polimi.ingsw.am13.client.view.tui
Class containing various constants used by view TUI
ViewTUIConstants() - Constructor for class it.polimi.ingsw.am13.client.view.tui.ViewTUIConstants
 
viewTUIMatch - Variable in class it.polimi.ingsw.am13.client.view.tui.ViewTUI
Handler of the view for the turn-based phases.
ViewTUIMatch - Class in it.polimi.ingsw.am13.client.view.tui
This class handles the TUI during the match
ViewTUIMatch(ViewTUI, GameState, PlayerLobby) - Constructor for class it.polimi.ingsw.am13.client.view.tui.ViewTUIMatch
 
ViewTUIPrintUtils - Class in it.polimi.ingsw.am13.client.view.tui
Class containing various utility methods used by view TUI to print elements on the terminal
ViewTUIPrintUtils() - Constructor for class it.polimi.ingsw.am13.client.view.tui.ViewTUIPrintUtils
 
ViewTUIPrintUtils.CardSideSymbolsBuilder - Class in it.polimi.ingsw.am13.client.view.tui
Static class containing all the symbols related to a card side
visibility - Variable in class it.polimi.ingsw.am13.model.card.Corner
This attribute represents whether the corner is visible or not
visibleCards - Variable in class it.polimi.ingsw.am13.model.DeckHandler
It stores the deck's two cards which are visible at all times on the field.
visibleSide - Variable in class it.polimi.ingsw.am13.model.card.Card
If the card is in the field, this specifies what side is visible.
A B C D E F G H I J L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form