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






Finds the longest path in a graph. Returns null if path is not found.

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

 Syntax

Java  Copy Code

public static Path findLongestPath (
    Graph graph
)

 Parameters

graph

 Return Value

 See Also

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