Interface Summary | ||
GridPanel.Listener | callback interface to notify about information cells mouse is over | |
StepChecker | used to spot reachable cells in grid. |
Class Summary | ||
FloodFill | creates a Grid by floodfilling from a given set of starting locations. |
|
Grid | raw path finding information consists of cells, sectors and portals between sectors. |
|
Grid.Cell | a cell in grid. | |
Grid.Portal | a portal is a line of (generally) border cells which leads to same sector with same action | |
Grid.Sector | a rectangular region which is freely traversable with simple steps | |
GridPanel | swing panel to display various information in a grid. | |
SimpleStepChecker | a simple step checker implementation based on jPCT. | |
Step | piece of information about a grid cell and how it is reached |