Uses of Class
VASSAL.build.module.map.boardPicker.Board
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
| VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker. |
| VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board. |
| VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid. |
-
Uses of Board in VASSAL.build.module
Fields in VASSAL.build.module with type parameters of type Board Modifier and Type Field Description protected List<Board>Map. boardsMethods in VASSAL.build.module that return Board Modifier and Type Method Description BoardMap. findBoard(Point p)BoardMap. getBoardByName(String name)Return the board with the given nameMethods in VASSAL.build.module that return types with arguments of type Board Modifier and Type Method Description Enumeration<Board>Map. getAllBoards()Deprecated, for removal: This API element is subject to removal in a future version.Collection<Board>Map. getBoards()Methods in VASSAL.build.module with parameters of type Board Modifier and Type Method Description protected PointMap. getLocation(Board b, double zoom)Method parameters in VASSAL.build.module with type arguments of type Board Modifier and Type Method Description voidMap. setBoards(Collection<Board> c)Set the boards for this map.voidMap. setBoards(Enumeration<Board> boardList)Deprecated, for removal: This API element is subject to removal in a future version.UseMap.setBoards(Collection)instead.voidPrivateMap. setBoards(Collection<Board> c)voidPrivateMap. setBoards(Enumeration<Board> boardList)Deprecated, for removal: This API element is subject to removal in a future version.UsePrivateMap.setBoards(Collection)instead. -
Uses of Board in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as Board Modifier and Type Field Description protected BoardSetupStack.StackConfigurer. boardprotected BoardSetupStack.View. myBoardFields in VASSAL.build.module.map with type parameters of type Board Modifier and Type Field Description protected List<Board>BoardPicker. currentBoardsprotected List<Board>BoardPicker. possibleBoardsMethods in VASSAL.build.module.map that return Board Modifier and Type Method Description BoardBoardPicker. getBoard(String boardName)protected BoardBoardPicker. getBoard(String boardName, boolean localized)protected BoardSetupStack. getConfigureBoard()protected BoardSetupStack. getConfigureBoard(boolean checkSelectedBoards)BoardBoardPicker. getLocalizedBoard(String localizedBoardName)Methods in VASSAL.build.module.map that return types with arguments of type Board Modifier and Type Method Description List<Board>BoardPicker. getBoardsFromControls()Return the list of boards as specified in the current controlsEnumeration<Board>BoardPicker. getCurrentBoards()Deprecated, for removal: This API element is subject to removal in a future version.UseBoardPicker.getSelectedBoards()instead.Collection<Board>BoardPicker. getSelectedBoards()Vector<Board>BoardPicker. pickBoards()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in VASSAL.build.module.map with type arguments of type Board Modifier and Type Method Description voidBoardPicker. setBoards(Collection<Board> c)voidBoardPicker. setBoards(Enumeration<Board> bdEnum)Deprecated, for removal: This API element is subject to removal in a future version.UseBoardPicker.setBoards(Collection)instead.Constructors in VASSAL.build.module.map with parameters of type Board Constructor Description View(Board b, SetupStack s)Constructor parameters in VASSAL.build.module.map with type arguments of type Board Constructor Description SetBoards(BoardPicker picker, List<Board> bds)SetBoards(BoardPicker target, Vector<Board> boards)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Board in VASSAL.build.module.map.boardPicker
Fields in VASSAL.build.module.map.boardPicker declared as Board Modifier and Type Field Description protected BoardBoardSlot. boardMethods in VASSAL.build.module.map.boardPicker that return Board Modifier and Type Method Description BoardBoard. copy()BoardBoard. getBoard()BoardBoardSlot. getBoard()Methods in VASSAL.build.module.map.boardPicker with parameters of type Board Modifier and Type Method Description voidBoard.Cleanup. addBoard(Board b)Deprecated, for removal: This API element is subject to removal in a future version.Mark this board as needing to be cleaned up when the game is closedvoidBoardSlot. setBoard(Board b) -
Uses of Board in VASSAL.build.module.map.boardPicker.board
Fields in VASSAL.build.module.map.boardPicker.board declared as Board Modifier and Type Field Description protected BoardGridEditor. boardprotected BoardGridEditor.GridPanel. boardprotected BoardRegionGrid.Config. boardprotected BoardRegionGrid.Config.View. myBoardMethods in VASSAL.build.module.map.boardPicker.board that return Board Modifier and Type Method Description BoardGridEditor.GridPanel. getBoard()BoardRegion. getBoard()BoardRegionGrid. getBoard()BoardZonedGrid. getBoard()Methods in VASSAL.build.module.map.boardPicker.board with parameters of type Board Modifier and Type Method Description voidGridEditor.GridPanel. setBoard(Board b)Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type Board Constructor Description GridPanel(Board b)View(Board b, RegionGrid grid, RegionGrid.Config config) -
Uses of Board in VASSAL.build.module.map.boardPicker.board.mapgrid
Map.getBoards()instead.