DroidDiagram Programmer's Guide
LayeredLayout.setTimeLimit Method
See Also
 






Sets a time-out value for the path-finding part of the layered layout algorithm.

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

 Syntax

Java  Copy Code

public void setTimeLimit (
    long value
)

 Parameters

value

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

 See Also

LayeredLayout Members
LayeredLayout Class
com.mindfusion.diagramming Namespace