Uses of Class
edu.ntnu.idi.idatt.model.board.LadderGameBoard
Packages that use LadderGameBoard
-
Uses of LadderGameBoard in edu.ntnu.idi.idatt.view.laddergame
Methods in edu.ntnu.idi.idatt.view.laddergame with parameters of type LadderGameBoardModifier and TypeMethodDescriptionvoid
LadderGameBoardCreatorView.initializeView
(Map<String, String[]> components, LadderGameBoard board) Initializes the main view components of the ladder game board creator.Constructors in edu.ntnu.idi.idatt.view.laddergame with parameters of type LadderGameBoardModifierConstructorDescriptionLadderGameStackPane
(LadderGameBoard board, List<Player> players) Constructor for GameBoardStackPane class. -
Uses of LadderGameBoard in edu.ntnu.idi.idatt.view.util
Methods in edu.ntnu.idi.idatt.view.util with parameters of type LadderGameBoardModifier and TypeMethodDescriptionstatic double[]
ViewUtils.ladderBoardToScreenCoordinates
(int[] coordinates, LadderGameBoard board, double boardWidth, double boardHeight) Converts ladder board coordinates (row, column) to screen coordinates (x, y).