|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGrid | |
jtge.util.grid | Handling of any kind of grid system. |
jtge.util.grid.builder | Utilities classes helping to build hexagon grids. |
Uses of IGrid in jtge.util.grid |
Classes in jtge.util.grid that implement IGrid | |
class |
Grid
Implements a grid. |
Constructors in jtge.util.grid with parameters of type IGrid | |
LinearTileIterator(IGrid grid)
Create a linear tile iterator. |
|
LinearTileIterator(IGrid grid,
Coordinate coordinate)
Create a linear tile iterator starting a the given coordinate. |
|
LinearIterator(IGrid grid)
Create a linear coordinate iterator. |
|
LinearIterator(IGrid grid,
Coordinate coordinate)
Create a linear tile iterator starting from a given coordinate. |
Uses of IGrid in jtge.util.grid.builder |
Methods in jtge.util.grid.builder with parameters of type IGrid | |
Coordinate |
IHexagonBuilder.fromPixel(java.awt.Point point,
IGrid grid)
Picks the coordinate at a given screen coordinate in a grid. |
Coordinate |
AbstractHexagonBuilder.fromPixel(java.awt.Point point,
IGrid grid)
Picks the coordinate at a given screen coordinate in a grid. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |