DroidDiagram Programmer's Guide
AnnealLayoutInfo.setPrecision Method
See Also
 






Sets the cost calculations precision. 1 speicifes highest precision. Accepted values are between 0.9 and 1. The algorithm completes faster when running with a lower precision, but produces slightly worse results.

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

 Syntax

Java  Copy Code

public void setPrecision (
    double precision
)

 Parameters

precision

 See Also

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