DroidDiagram Programmer's Guide
TopologicalLayout.setBendAdjacentLinks Method
See Also
 






Sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.

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

 Syntax

Java  Copy Code

public void setBendAdjacentLinks (
    boolean value
)

 Parameters

value

true to bend links connecting adjacent nodes; false, to draw them as straight lines. The default is false.

 Remarks

This property applies only to forward links. Back links connecting adjacent nodes are always rendered as bent.

 See Also

TopologicalLayout Members
TopologicalLayout Class
com.mindfusion.diagramming Namespace