Sets a time-out value for the path-finding part of the layered layout algorithm.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public LayeredLayoutBuilder timeLimit ( |
An integer value specifying the maximum time in milliseconds the path-finding algorithm can run.
This LayeredLayoutBuilder instance.
See Also