DroidDiagram Programmer's Guide
PathFinder Constructor (Diagram)
See Also
 






Initializes a new instance of the PathFinder class. Path-finding will depend on the direction of links.

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

 Syntax

Java  Copy Code

public PathFinder (
    Diagram diagram
)

 Parameters

diagram

An instance of the Diagram class in which to look for paths or cycles.

 See Also

PathFinder Constructor Overload List
PathFinder Class
com.mindfusion.diagramming Namespace