Uses of Interface
de.gsi.chart.renderer.spi.hexagon.IPathInfoSupplier
-
Packages that use IPathInfoSupplier Package Description de.gsi.chart.renderer.spi.hexagon -
-
Uses of IPathInfoSupplier in de.gsi.chart.renderer.spi.hexagon
Methods in de.gsi.chart.renderer.spi.hexagon with parameters of type IPathInfoSupplier Modifier and Type Method Description java.util.List<Hexagon>Hexagon. getPathTo(Hexagon destination, IPathInfoSupplier pathInfoSupplier)Finds the cheapest path from start to the goal.
-