DroidDiagram Programmer's Guide
AnnealLayoutInfo.setNodeEdgeCrossingCost Method
See Also
 






Sets a value specifying how important the low number of crossings of links with edges 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 setNodeEdgeCrossingCost (
    double nodeEdgeCrossingCost
)

 Parameters

nodeEdgeCrossingCost

A value added to the total cost of a graph configuration for each crossing of link and node. The default is 100000.

 See Also

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