DroidDiagram Programmer's Guide
AnnealLayout.setCrossingLinksCost Method
See Also
 






Sets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.

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

 Syntax

Java  Copy Code

public void setCrossingLinksCost (
    double value
)

 Parameters

value

A value added to the total cost of a graph configuration for each pair of crossing links. The default is 100000.

 See Also

AnnealLayout Members
AnnealLayout Class
com.mindfusion.diagramming Namespace