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






Finds and returns all paths that exist between two DiagramNode objects. The returned Path instances include the from an to nodes.

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

 Syntax

Java  Copy Code

public PathList findAllPaths (
    DiagramNode from,
    DiagramNode to
)

 Parameters

from

The DiagramNode where the path should start.

to

The DiagramNode where the path should end.

 Return Value

A collection of Path objects; if no paths are found, the collection is empty.

 See Also

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