Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
*/
25
public
interface
DebugAlgo {
26
void
setGraphics2D(Graphics2D g2);
27
}
Callers
1
paintComponent
Method · 0.65
Implementers
5
DebugDijkstraSimple
tools/src/main/java/com/graphhopper/ui
DebugAStar
tools/src/main/java/com/graphhopper/ui
CHDebugAlgo
tools/src/main/java/com/graphhopper/ui
DebugAStarBi
tools/src/main/java/com/graphhopper/ui
DebugDijkstraBidirection
tools/src/main/java/com/graphhopper/ui
Calls
no outgoing calls
Tested by
no test coverage detected