Gets the orientation of the arranged diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public Orientation getOrientation () |
A member of the Orientation enumeration. The default is Vertical.
RemarksThis value is used only when Squarify is set to false, and specifies the orientation of the topmost level of the hierarchy. The algorithm alternates the orientation of each subsequent level, arranging its nodes either in rows or columns.
See Also