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 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 MapGrid
draw, getGridNumbering, getLocation, getMaxPixelsPerRangeUnit, isLocationRestricted, isVisible, localizedLocationName, locationName, range, snapTo, snapTo, snapToModifier and TypeMethodDescriptionvoidDraw the gridgetLocation(String location) default intReturn an estimation of the maximum number of pixels per range unit for the grid that applies at the specified point.booleanbooleanWhether this grid should be drawn on the mapintdefault Pointdefault Point
-
Method Details
-
getGridShape
-