Uses of Interface
VASSAL.build.module.map.boardPicker.board.MapGrid
| Package | Description |
|---|---|
| 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 MapGrid in VASSAL.build.module.map
Fields in VASSAL.build.module.map declared as MapGrid Modifier and Type Field Description protected MapGridSetupStack.View. myGrid -
Uses of MapGrid in VASSAL.build.module.map.boardPicker
Fields in VASSAL.build.module.map.boardPicker declared as MapGrid Modifier and Type Field Description protected MapGridBoard. gridMethods in VASSAL.build.module.map.boardPicker that return MapGrid Modifier and Type Method Description MapGridBoard. getGrid()Methods in VASSAL.build.module.map.boardPicker with parameters of type MapGrid Modifier and Type Method Description voidBoard. removeGrid(MapGrid grid)voidBoard. setGrid(MapGrid mg) -
Uses of MapGrid in VASSAL.build.module.map.boardPicker.board
Subinterfaces of MapGrid in VASSAL.build.module.map.boardPicker.board Modifier and Type Interface Description interfaceGeometricGridA Map grid that consists of a regular tiling of shapesClasses in VASSAL.build.module.map.boardPicker.board that implement MapGrid Modifier and Type Class Description classHexGridA Hexgrid is a map grid composed of hexes.classRegionGridclassSquareGridclassZonedGridFields in VASSAL.build.module.map.boardPicker.board declared as MapGrid Modifier and Type Field Description protected MapGridZonedGrid. backgroundprotected MapGridGridOp. gridMethods in VASSAL.build.module.map.boardPicker.board that return MapGrid Modifier and Type Method Description MapGridZonedGrid. getBackgroundGrid()MapGridGridOp. getGrid()Methods in VASSAL.build.module.map.boardPicker.board with parameters of type MapGrid Modifier and Type Method Description voidZonedGrid. removeGrid(MapGrid grid)voidZonedGrid. setBackgroundGrid(MapGrid background)voidZonedGrid. setGrid(MapGrid grid)Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type MapGrid Constructor Description GridOp(ImageOp sop, MapGrid grid, double scale, boolean reversed, RenderingHints hints) -
Uses of MapGrid in VASSAL.build.module.map.boardPicker.board.mapgrid
Fields in VASSAL.build.module.map.boardPicker.board.mapgrid declared as MapGrid Modifier and Type Field Description protected MapGridZone. gridMethods in VASSAL.build.module.map.boardPicker.board.mapgrid that return MapGrid Modifier and Type Method Description MapGridZone. getGrid()Methods in VASSAL.build.module.map.boardPicker.board.mapgrid with parameters of type MapGrid Modifier and Type Method Description voidGridContainer. removeGrid(MapGrid grid)voidZone. removeGrid(MapGrid grid)voidGridContainer. setGrid(MapGrid grid)voidZone. setGrid(MapGrid m)