Uses of Interface
it.polimi.ingsw.Common.BoardInterface
Package
Description
-
Uses of BoardInterface in it.polimi.ingsw.Client
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionClientStatusInterface.getBoard()
Getter method for Game's boardModifier 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
-
Uses of BoardInterface in it.polimi.ingsw.Server.Model