DroidDiagram Programmer's Guide
Orientation Enumeration
See Also
 






The members of this enumeration specify what orientation a graphic element should have - vertical, horizontal, or one determined automatically by DroidDiagram. They can be used as parameters of the setStartOrientation and setEndOrientation methods of RoutingOptions and the setCascadeOrientation method of the DiagramLink class.

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

 Syntax

Java  Copy Code

public enum Orientation

 Members

  Member name Description

Auto

JDiagram should select a proper orientation.

Horizontal

Specifies horizontal orientation.

Vertical

Specifies vertical orientation.

 See Also

com.mindfusion.diagramming Namespace