Interface GeometricGrid
- All Superinterfaces:
MapGrid
- All Known Implementing Classes:
HexGrid
,SquareGrid
,ZonedGrid
A Map grid that consists of a regular tiling of shapes
-
Nested Class Summary
Nested classes/interfaces inherited from interface VASSAL.build.module.map.boardPicker.board.MapGrid
MapGrid.BadCoords
-
Method Summary
Modifier and TypeMethodDescriptiongetGridShape
(Point center, int range) Return the Area representing a set of tiles on the gridMethods inherited from interface VASSAL.build.module.map.boardPicker.board.MapGrid
draw, getGridNumbering, getLocation, getMaxPixelsPerRangeUnit, isLocationRestricted, isVisible, localizedLocationName, locationName, range, snapTo, snapTo, snapTo
-
Method Details
-
getGridShape
-