Search
FlowchartLayoutBuilder.nodeDistance Method
See Also
 

Sets the distance between consecutive nodes in the flowchart.

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

 Syntax

Java  Copy Code

public FlowchartLayoutBuilder nodeDistance (
    float value
)

 Parameters

value

 Return Value

This FlowchartLayoutBuilder instance.

 See Also