DroidDiagram Programmer's Guide
RoutingOptions.setDontOptimizeLongRoutes Method
See Also
 






Sets a value indicating whether the algorithm should spend time to optimize long routes.

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

 Syntax

Java  Copy Code

public void setDontOptimizeLongRoutes (
    boolean value
)

 Parameters

value

true if the shape of long routes should not be optimized, otherwise false. The default value is false.

 Remarks

Segment optimization done on routed links might need much processing time. The control allows disabling that optimization for long links. That would make the found routes have a "staircase" pattern when they run diagonally.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace