DroidDiagram Programmer's Guide
LayeredLayoutBuilder.timeLimit Method
See Also
 






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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder timeLimit (
    long value
)

 Parameters

value

An integer value specifying the maximum time in milliseconds the path-finding algorithm can run.

 Return Value

This LayeredLayoutBuilder instance.

 See Also

LayeredLayoutBuilder Members
LayeredLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace