DroidDiagram Programmer's Guide
OrthogonalLayout.setMinimizeLinkBends Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setMinimizeLinkBends (
    boolean value
)

 Parameters

value

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

 Remarks

If this option is disabled, the layout class applies a fast linear time algorithm, however the layouts produced usually contain more bending links and occupy more space. If enabled, the layout class applies an algorithm of polynomial complexity and runs much slower.

 See Also

OrthogonalLayout Members
OrthogonalLayout Class
com.mindfusion.diagramming Namespace