Search
GridLayout.setIterations Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setIterations (
    int value
)

 Parameters

value

An integer value specifying the number of iterations.

 See Also