Package org.newdawn.util.map

Interface Summary
PathFinder A description of any implementation of path finding.
PathFinderCallback A simple interface for testing path finding.
TileMap The description of a data source for rendering a map
TileSet A set of data describing the properties of different tiles used on a map.
 

Class Summary
AStarPathFinder A* path finder across a tile map
DJKPathFinder DJK path finder across a tile map
Path A path from one point to another generated by the path finding code
TestPathFinder A test for the different path finding implementations defined Note: Like all the tests this isn't designed to be a robust piece of software, rather a testing tool.