DroidDiagram Programmer's Guide
AnnealLayoutBuilder.boundaryFactor Method
See Also
 






Sets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public AnnealLayoutBuilder boundaryFactor (
    double value
)

 Parameters

value

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

 Return Value

This AnnealLayoutBuilder instance.

 See Also

AnnealLayoutBuilder Members
AnnealLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace