DroidDiagram Programmer's Guide
RoutingOptions.setEndOrientation Method
See Also
 






Sets a value indicating whether routes should end in horizontal or vertical direction.

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

 Syntax

Java  Copy Code

public void setEndOrientation (
    Orientation value
)

 Parameters

value

A member of the Orientation enumeration.

 Remarks

For some diagrams, it might be desirable that first and last segments of links always have a specific direction. For example, in database ER diagrams links usually connect to table rows on the left- or right-hand sides of tables; in that case their end segments must be horizontal. The setEndOrientation method specifies what orientation of links' last segments to be applied by the routing algorithm.

 See Also

RoutingOptions Members
RoutingOptions Class
com.mindfusion.diagramming Namespace