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
Java
![]() |
---|
public enum Orientation |
Member name | Description | |
---|---|---|
![]() |
Auto |
JDiagram should select a proper orientation. |
![]() |
Horizontal |
Specifies horizontal orientation. |
![]() |
Vertical |
Specifies vertical orientation. |