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






Detects whether the specified DiagramNode participates in a cycle.

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

 Syntax

Java  Copy Code

public Path findCycle (
    DiagramNode participant
)

 Parameters

participant

A DiagramNode that should be in the cycle.

 Return Value

A Path object representing the cycle that containsthe specified node, or null if the node is not in a cycle.

 See Also

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