Search
LayeredLayoutBuilder.linksCompactFactor Method
See Also
 

Sets a value indicating how much to compact the outermost links.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder linksCompactFactor (
    float value
)

 Parameters

value

A float multiplier applied to the distance between outermost links.

 Return Value

This LayeredLayoutBuilder instance.

 See Also