DroidDiagram Programmer's Guide
SpringLayoutBuilder.nodeDistance Method
See Also
 






Sets how much space should be left between adjacent nodes.

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder nodeDistance (
    float value
)

 Parameters

value

A float value specifying the desired node distance.

 Return Value

This SpringLayoutBuilder instance.

 See Also

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