DroidDiagram Programmer's Guide
AnnealLayoutInfo.setEdgeLengthFactor Method
See Also
 






Sets a value specifying how important the short length of links 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 setEdgeLengthFactor (
    double edgeLengthFactor
)

 Parameters

edgeLengthFactor

A multiplier applied to the link length cost when evaluating the total cost of a graph configuration. The default is 0.25.

 See Also

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