Uses of Class
VASSAL.build.module.map.boardPicker.board.MapGrid.BadCoords
Package | Description |
---|---|
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.BadCoords in VASSAL.build.module.map.boardPicker.board
Methods in VASSAL.build.module.map.boardPicker.board that throw MapGrid.BadCoords Modifier and Type Method Description Point
HexGrid. getLocation(String location)
Point
MapGrid. getLocation(String location)
Point
RegionGrid. getLocation(String name)
Point
SquareGrid. getLocation(String location)
Point
ZonedGrid. getLocation(String location)
-
Uses of MapGrid.BadCoords in VASSAL.build.module.map.boardPicker.board.mapgrid
Methods in VASSAL.build.module.map.boardPicker.board.mapgrid that throw MapGrid.BadCoords Modifier and Type Method Description Point
GridNumbering. getLocation(String location)
Point
RegularGridNumbering. getLocation(String location)
Point
Zone. getLocation(String location)