DroidDiagram Programmer's Guide
PathFinder.findCycle Method (Graph, Node)
See Also
 






Detects whether the specified node participates in a cycle.

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

 Syntax

Java  Copy Code

public static Path findCycle (
    Graph graph,
    Node participant
)

 Parameters

graph

participant

 Return Value

 See Also

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