Search
PathFinder Constructor (Diagram, boolean)
See Also
 

Initializes a new instance of the PathFinder class, optionally ignoring the link direction.

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

 Syntax

Java  Copy Code

public PathFinder (
    Diagram diagram,
    boolean ignoreDirection
)

 Parameters

diagram

A Diagram instance in which to look for paths or cycles.

ignoreDirection

Specifies whether the direction of links should be considered when looking for paths or cycles.

 See Also