Uses of Class
edu.ntnu.idi.idatt.view.common.BoardStackPane
Packages that use BoardStackPane
Package
Description
-
Uses of BoardStackPane in edu.ntnu.idi.idatt.controller.common
Fields in edu.ntnu.idi.idatt.controller.common declared as BoardStackPane -
Uses of BoardStackPane in edu.ntnu.idi.idatt.view.common
Fields in edu.ntnu.idi.idatt.view.common declared as BoardStackPaneMethods in edu.ntnu.idi.idatt.view.common that return BoardStackPaneModifier and TypeMethodDescriptionprotected abstract BoardStackPane
BoardCreatorView.createBoardStackPane()
Creates a board stack pane.BoardCreatorView.getBoardStackPane()
Getter for the board stack pane.Methods in edu.ntnu.idi.idatt.view.common with parameters of type BoardStackPaneModifier and TypeMethodDescriptionprotected void
GameStackPane.initialize
(BoardStackPane boardStackPane) Initializes the GameStackPane by setting up the providedBoardStackPane
(which displays the board image and grid) and theGameStackPane.playersPane
where game pieces will reside.Constructors in edu.ntnu.idi.idatt.view.common with parameters of type BoardStackPaneModifierConstructorDescriptionprotected
MenuView
(BoardStackPane boardStackPane) Constructs a MenuView. -
Uses of BoardStackPane in edu.ntnu.idi.idatt.view.laddergame
Subclasses of BoardStackPane in edu.ntnu.idi.idatt.view.laddergameMethods in edu.ntnu.idi.idatt.view.laddergame that return BoardStackPaneModifier and TypeMethodDescriptionprotected BoardStackPane
LadderGameBoardCreatorView.createBoardStackPane()
Creates and returns aLadderGameBoardStackPane
instance to be used as the central area for displaying the board being created. -
Uses of BoardStackPane in edu.ntnu.idi.idatt.view.ludo
Subclasses of BoardStackPane in edu.ntnu.idi.idatt.view.ludoMethods in edu.ntnu.idi.idatt.view.ludo that return BoardStackPaneModifier and TypeMethodDescriptionprotected BoardStackPane
LudoBoardCreatorView.createBoardStackPane()
Creates and returns aLudoGameBoardStackPane
instance to be used as the central area for displaying the Ludo board being created.