DroidDiagram Programmer's Guide
PathFinder.findLongestPath Method
See Also
 






 Overload List

Name Description

PathFinder.findLongestPath ()

Finds the longest path in the graph.

PathFinder.findLongestPath (DiagramNode, DiagramNode)

Finds the longest path between the specified DiagramNode objects.

PathFinder.findLongestPath (long)

Finds the longest path in the diagram. The time limit specifies the maximal duration of the search process in milliseconds.

 See Also

PathFinder Members
PathFinder Class
com.mindfusion.diagramming Namespace