Uses of Class
edu.ntnu.idi.idatt.model.board.LudoGameBoard
Packages that use LudoGameBoard
-
Uses of LudoGameBoard in edu.ntnu.idi.idatt.view.ludo
Methods in edu.ntnu.idi.idatt.view.ludo with parameters of type LudoGameBoardModifier and TypeMethodDescriptionvoid
LudoBoardCreatorView.initializeView
(LudoGameBoard board) Initializes the main view components of the Ludo board creator.Constructors in edu.ntnu.idi.idatt.view.ludo with parameters of type LudoGameBoardModifierConstructorDescriptionLudoGameStackPane
(LudoGameBoard board, List<Player> players) Constructs aLudoGameStackPane
for the given Ludo game board and list of players. -
Uses of LudoGameBoard in edu.ntnu.idi.idatt.view.util
Methods in edu.ntnu.idi.idatt.view.util with parameters of type LudoGameBoardModifier and TypeMethodDescriptionstatic double[]
ViewUtils.ludoBoardToScreenCoordinates
(int[] coordinates, LudoGameBoard board, double boardWidth, double boardHeight) Converts Ludo board coordinates (row, column) to screen coordinates (x, y).