MCPcopy Index your code
hub / github.com/graphhopper/graphhopper / DebugAlgo

Interface DebugAlgo

tools/src/main/java/com/graphhopper/ui/DebugAlgo.java:25–27  ·  view source on GitHub ↗

@author Peter Karich

Source from the content-addressed store, hash-verified

23 * @author Peter Karich
24 */
25public interface DebugAlgo {
26 void setGraphics2D(Graphics2D g2);
27}

Callers 1

paintComponentMethod · 0.65

Implementers 5

DebugDijkstraSimpletools/src/main/java/com/graphhopper/ui
DebugAStartools/src/main/java/com/graphhopper/ui
CHDebugAlgotools/src/main/java/com/graphhopper/ui
DebugAStarBitools/src/main/java/com/graphhopper/ui
DebugDijkstraBidirectiontools/src/main/java/com/graphhopper/ui

Calls

no outgoing calls

Tested by

no test coverage detected