Package jtge.util.grid

Handling of any kind of grid system.

See:
          Description

Interface Summary
IGrid Abstract representation of a grid.
ITile Defines a tile in a grid.
 

Class Summary
Coordinate Represents a coordinate in a two dimensions space.
Grid Implements a grid.
GridUtil Captures usefull primitives.
LinearIterator Provides a linear iterator from top left to bottom right coordinate.
LinearTileIterator Provides a linear iterator from the top left to the bottom right tile.
 

Exception Summary
OutOfBoundException Exception denoting that a coordinate is out of the bound of a grid.
 

Package jtge.util.grid Description

Handling of any kind of grid system.



Copyright © 2003-2005 . All Rights Reserved.