MindFusion.Java Package Programmer's Guide
RoutingOptions.setAvoidOverlaps Method
See Also
 






Sets whether link segments should be pulled apart when they overlap in initially found routes.

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

 Syntax

Java  Copy Code

public void setAvoidOverlaps (
    boolean value
)

 Parameters

value

true to pull apart overlapping segments, or false otherwise.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace