DroidDiagram Programmer's Guide
AnnealLayoutInfo.setCrossingEdgesCost 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.jlayout
Package: com.mindfusion.diagramming.jlayout

 Syntax

Java  Copy Code

public void setCrossingEdgesCost (
    double crossingEdgesCost
)

 Parameters

crossingEdgesCost

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

 See Also

AnnealLayoutInfo Members
AnnealLayoutInfo Class
com.mindfusion.diagramming.jlayout Namespace