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.UseMap.getBoards()instead.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.voidPrivateMap. setBoards(Collection<Board> c) -
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()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 controlsCollection<Board>BoardPicker. getSelectedBoards()Method parameters in VASSAL.build.module.map with type arguments of type Board Modifier and Type Method Description voidBoardPicker. setBoards(Collection<Board> c)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) -
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 voidBoardSlot. 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