Search
TopologicalLayout.setNodeDistance Method
See Also
 

Sets the distance between adjecent nodes in the diagram.

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

 Syntax

Java  Copy Code

public void setNodeDistance (
    float value
)

 Parameters

value

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

 See Also