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






Finds the longest path between the specified DiagramNode objects.

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

 Syntax

Java  Copy Code

public Path findLongestPath (
    DiagramNode from,
    DiagramNode to
)

 Parameters

from

The DiagramNode where the path should start.

to

The DiagramNode where the path should end.

 Return Value

A Path object representing the found path, or null if there isn't any path connecting the specified nodes.

 See Also

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