DroidDiagram Programmer's Guide
OrthogonalLayoutBuilder.minimizeLinkBends Method
See Also
 






Sets a value indicating whether the layout should attempt to minimize link bends.

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

 Syntax

Java  Copy Code

public OrthogonalLayoutBuilder minimizeLinkBends (
    boolean value
)

 Parameters

value

true to minimize link bends, otherwise false. The default value is true.

 Return Value

This OrthogonalLayoutBuilder instance.

 See Also

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