DroidDiagram Programmer's Guide
SpringLayoutBuilder.randomSeed Method
See Also
 






Sets the randomization seed that should be used for generating random node positions.

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder randomSeed (
    int value
)

 Parameters

value

An integer value specifying the randomization seed.

 Return Value

This SpringLayoutBuilder instance.

 See Also

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