DroidDiagram Programmer's Guide
HierarchicalLayoutBuilder.linkBendFactor Method
See Also
 






Sets the bending factor of links. A value of 1 indicates that the links should not bend. A value less than 1 indicates that the links should bend towards the geometric center of the graph. A value greater than 1 indicates that the links should bend outwards.

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

 Syntax

Java  Copy Code

public HierarchicalLayoutBuilder linkBendFactor (
    float value
)

 Parameters

value

 Return Value

This HierarchicalLayoutBuilder instance.

 See Also

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