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






Sets a value indicating whether the end segments of Polyline links should should be oriented orthogonally to node's borders and each other.

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

 Syntax

Java  Copy Code

public void setPolylineRouting (
    PolylineRouting value
)

 Parameters

value

A member of the PolylineRouting enumeration.

 Remarks

This property is valid only for links whose Shape is set to Polyline.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace