Uses of Class
VASSAL.build.module.map.boardPicker.Board
Packages that use Board
Package
Description
Contains classes that may be added to a
GameModule
.Contains classes that may be added to a
Map
.Contains classes that may be added to a
BoardPicker
.Contains classes that may be added to a
Board
.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 BoardMethods in VASSAL.build.module that return BoardModifier and TypeMethodDescriptionMap.getBoardByName
(String name) Searches our list of boards for one with the given nameMethods in VASSAL.build.module that return types with arguments of type BoardMethods in VASSAL.build.module with parameters of type BoardModifier and TypeMethodDescriptionMap.getLocation
(Board b, double zoom) Gets the location of a board in Map space, based on a passed zoom factorMap.getLocation2D
(Board b, double zoom) Method parameters in VASSAL.build.module with type arguments of type BoardModifier and TypeMethodDescriptionvoid
Map.setBoards
(Collection<Board> c) Set the boards for this map.void
PrivateMap.setBoards
(Collection<Board> c) -
Uses of Board in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as BoardModifier and TypeFieldDescriptionprotected Board
SetupStack.StackConfigurer.board
protected Board
SetupStack.View.myBoard
Fields in VASSAL.build.module.map with type parameters of type BoardMethods in VASSAL.build.module.map that return BoardModifier and TypeMethodDescriptionprotected Board
protected Board
SetupStack.getConfigureBoard()
SetupStack.getConfigureBoard
(boolean checkSelectedBoards) BoardPicker.getLocalizedBoard
(String localizedBoardName) Methods in VASSAL.build.module.map that return types with arguments of type BoardModifier and TypeMethodDescriptionBoardPicker.getBoardsFromControls()
Return the list of boards as specified in the current controlsBoardPicker.getSelectedBoards()
Methods in VASSAL.build.module.map with parameters of type BoardMethod parameters in VASSAL.build.module.map with type arguments of type BoardConstructors in VASSAL.build.module.map with parameters of type BoardConstructor parameters in VASSAL.build.module.map with type arguments of type Board -
Uses of Board in VASSAL.build.module.map.boardPicker
Fields in VASSAL.build.module.map.boardPicker declared as BoardMethods in VASSAL.build.module.map.boardPicker that return BoardMethods in VASSAL.build.module.map.boardPicker with parameters of type Board -
Uses of Board in VASSAL.build.module.map.boardPicker.board
Fields in VASSAL.build.module.map.boardPicker.board declared as BoardModifier and TypeFieldDescriptionprotected Board
GridEditor.board
protected Board
GridEditor.GridPanel.board
protected Board
RegionGrid.Config.board
protected Board
RegionGrid.Config.View.myBoard
Methods in VASSAL.build.module.map.boardPicker.board that return BoardModifier and TypeMethodDescriptionGridEditor.GridPanel.getBoard()
Region.getBoard()
RegionGrid.getBoard()
ZonedGrid.getBoard()
Methods in VASSAL.build.module.map.boardPicker.board with parameters of type BoardConstructors in VASSAL.build.module.map.boardPicker.board with parameters of type Board -
Uses of Board in VASSAL.build.module.map.boardPicker.board.mapgrid
Methods in VASSAL.build.module.map.boardPicker.board.mapgrid that return Board