DroidDiagram Programmer's Guide
HierarchicalLayout.setLinkBendFactor 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
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setLinkBendFactor (
    float value
)

 Parameters

value

 See Also

HierarchicalLayout Members
HierarchicalLayout Class
com.mindfusion.diagramming Namespace