Uses of Interface
it.polimi.ingsw.Common.BoardInterface
Packages that use BoardInterface
Package
Description
-
Uses of BoardInterface in it.polimi.ingsw.Client
Methods in it.polimi.ingsw.Client with parameters of type BoardInterfaceModifier and TypeMethodDescriptionstatic void
GUI.updateBoard
(BoardInterface board) This method is used to update game's board -
Uses of BoardInterface in it.polimi.ingsw.Client.ClientModel
Classes in it.polimi.ingsw.Client.ClientModel that implement BoardInterfaceFields in it.polimi.ingsw.Client.ClientModel declared as BoardInterfaceMethods in it.polimi.ingsw.Client.ClientModel that return BoardInterfaceMethods in it.polimi.ingsw.Client.ClientModel with parameters of type BoardInterfaceModifier and TypeMethodDescriptionvoid
ClientStatus.setGameParameters
(BoardInterface board, ShelfInterface shelf, MoveIntermediateInterface mi) Aggregate setter for Game initial parameters -
Uses of BoardInterface in it.polimi.ingsw.Client.View
Methods in it.polimi.ingsw.Client.View with parameters of type BoardInterfaceModifier and TypeMethodDescriptionstatic void
MultipleView.automaticPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Automatically selects the correct type of terminal printing, based on terminal sizeBoardView.buildString
(BoardInterface b, boolean sequentialPrint) Builds Board string for MultipleView printingprivate static void
MultipleView.completePrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for complete printingstatic void
BoardView.print
(BoardInterface b, PrintWriter pw) Prints a Board on a PrintWriterprivate static void
MultipleView.sequentialPrint
(BoardInterface b, ShelfInterface s, PersonalGoalCardInterface pgc, PrintWriter pw) Utilitary method for sequential printing -
Uses of BoardInterface in it.polimi.ingsw.Common
Methods in it.polimi.ingsw.Common that return BoardInterfaceModifier and TypeMethodDescriptionClientStatusInterface.getBoard()
Getter method for Game's boardMethods in it.polimi.ingsw.Common with parameters of type BoardInterfaceModifier and TypeMethodDescriptionvoid
ClientStatusInterface.setGameParameters
(BoardInterface board, ShelfInterface shelf, MoveIntermediateInterface mi) Aggregate setter for Game initial parameters -
Uses of BoardInterface in it.polimi.ingsw.Server.Controller
Methods in it.polimi.ingsw.Server.Controller that return BoardInterface -
Uses of BoardInterface in it.polimi.ingsw.Server.Model
Classes in it.polimi.ingsw.Server.Model that implement BoardInterface