Uses of Interface
org.apache.xmlgraphics.util.dijkstra.Edge
Packages that use Edge
Package
Description
Contains an implementation of Dijkstra's shortest path algorithm.
-
Uses of Edge in org.apache.xmlgraphics.util.dijkstra
Methods in org.apache.xmlgraphics.util.dijkstra that return EdgeModifier and TypeMethodDescriptionDefaultEdgeDirectory.getBestEdge
(Vertex start, Vertex end) Returns the best edge (the edge with the lowest penalty) between two given vertices.Methods in org.apache.xmlgraphics.util.dijkstra with parameters of type Edge