DroidDiagram Programmer's Guide
SpringLayout.setMinimizeCrossings Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setMinimizeCrossings (
    boolean value
)

 Parameters

value

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

 See Also

SpringLayout Members
SpringLayout Class
com.mindfusion.diagramming Namespace