Search
OrthogonalLayoutInfo.setMinimizeLinkBends Method
See Also
 

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

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

 Syntax

Java  Copy Code

public void setMinimizeLinkBends (
    boolean value
)

 Parameters

value

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

 See Also