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






Finds the longest path in the graph. The time limit specifies the maximum duration of the search process in milliseconds. 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,
    long timeLimit
)

 Parameters

graph

timeLimit

 Return Value

 See Also

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