Search
RoutingOptions.getAvoidOverlaps Method
See Also
 

Gets 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 boolean getAvoidOverlaps ()

 Return Value

true to pull apart overlapping segments, or false otherwise. The default value is true.

 See Also