DroidDiagram Programmer's Guide
PathFinder.findAllCycles Method
See Also
 






Finds all cycles in the underlying diagram.

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

 Syntax

Java  Copy Code

public PathList findAllCycles ()

 Return Value

A PathList containing the found cycles; if no cycles are detected, the list is empty.

 See Also

PathFinder Members
PathFinder Class
com.mindfusion.diagramming Namespace