DroidDiagram Programmer's Guide
LayeredLayoutBuilder.straightenLongLinks Method
See Also
 






Sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder straightenLongLinks (
    boolean value
)

 Parameters

value

true to straighten long links; otherwise false. The default value is false.

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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