DroidDiagram Programmer's Guide
AnnealLayoutInfo.setNodeEdgeDistFactor Method
See Also
 






Sets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.

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

 Syntax

Java  Copy Code

public void setNodeEdgeDistFactor (
    double nodeEdgeDistFactor
)

 Parameters

nodeEdgeDistFactor

A multiplier applied to the node-to-link distance cost when evaluating the total cost of a graph configuration. The default is 20000.

 See Also

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