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