Search
SpringLayoutBuilder.iterations Method
See Also
 

Sets the number of iterations that the layout algorithm should run.

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder iterations (
    int value
)

 Parameters

value

An integer value specifying the number of iterations.

 Return Value

This SpringLayoutBuilder instance.

 See Also