DroidDiagram Programmer's Guide
TopologicalLayoutBuilder.nodeDistance Method
See Also
 






Sets the distance between adjacent nodes in the diagram.

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

 Syntax

Java  Copy Code

public TopologicalLayoutBuilder nodeDistance (
    float value
)

 Parameters

value

A float value specifying the distance between adjacent nodes. The default is 20.

 Return Value

This TopologicalLayoutBuilder instance.

 See Also

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