DroidDiagram Programmer's Guide
PathFinder.findLongestPath Method (Graph, Node, Node)
See Also
 






Finds the longest path between two nodes. Returns null if no path exists.

Namespace: com.mindfusion.diagramming.jlayout
Package: com.mindfusion.diagramming.jlayout

 Syntax

Java  Copy Code

public static Path findLongestPath (
    Graph graph,
    Node from,
    Node to
)

 Parameters

graph

from

to

 Return Value

 See Also

findLongestPath Method Overload List
PathFinder Members
PathFinder Class
com.mindfusion.diagramming.jlayout Namespace