DroidDiagram Programmer's Guide
AnnealLayoutInfo.setDistributionFactor Method
See Also
 






Sets a value indicating the importance of node distribution 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 setDistributionFactor (
    double distributionFactor
)

 Parameters

distributionFactor

A multiplier applied to the node distribution cost when evaluating the total cost of a graph configuration. The default is 40000.

 See Also

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