DroidDiagram Programmer's Guide
Path.sameCycle Method
See Also
 






Determines whether the current path traverses the same nodes as the specified path in the same order, disregard which one is the starting node.

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

 Syntax

Java  Copy Code

public boolean sameCycle (
    Path path
)

 Parameters

path

 Return Value

 See Also

Path Members
Path Class
com.mindfusion.diagramming.jlayout Namespace