Uses of Interface
VASSAL.build.module.map.boardPicker.board.GridEditor.EditableGrid
Package | Description |
---|---|
VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board . |
-
Uses of GridEditor.EditableGrid in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement GridEditor.EditableGrid Modifier and Type Class Description class
HexGrid
A Hexgrid is a map grid composed of hexes.class
SquareGrid
Fields in VASSAL.build.module.map.boardPicker.board declared as GridEditor.EditableGrid Modifier and Type Field Description protected GridEditor.EditableGrid
GridEditor. grid
Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type GridEditor.EditableGrid Constructor Description GridEditor(GridEditor.EditableGrid grid)
HexGridEditor(GridEditor.EditableGrid grid)
SquareGridEditor(GridEditor.EditableGrid grid)