DroidDiagram Programmer's Guide
TreeMapLayout.getOrientation Method
See Also
 






Gets the orientation of the arranged diagram.

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

 Syntax

Java  Copy Code

public Orientation getOrientation ()

 Return Value

A member of the Orientation enumeration. The default is Vertical.

 Remarks

This 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

TreeMapLayout Members
TreeMapLayout Class
com.mindfusion.diagramming Namespace