DroidDiagram Programmer's Guide
DiagramBuilder.mergeThreshold Method
See Also
 






Sets the maximum distance between adjacent control points of a link at which the respective segments can be merged.

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

 Syntax

Java  Copy Code

public DiagramBuilder mergeThreshold (
    float value
)

 Parameters

value

A float value specifying the maximal merge distance.

 Return Value

This DiagramBuilder instance.

 See Also

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