Search
SpringLayoutBuilder.minimizeCrossings Method
See Also
 

Sets a value indicating whether the algorithm should try to minimize the number of link crossings.

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

 Syntax

Java  Copy Code

public SpringLayoutBuilder minimizeCrossings (
    boolean value
)

 Parameters

value

true if the layout routine should try to minimize the number of link crossings, otherwise false.

 Return Value

This SpringLayoutBuilder instance.

 See Also