Search
TreeMapLayoutBuilder.orientation Method
See Also
 

Sets the orientation of the arranged diagram.

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

 Syntax

Java  Copy Code

public TreeMapLayoutBuilder orientation (
    Orientation value
)

 Parameters

value

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

 Return Value

This TreeMapLayoutBuilder instance.

 See Also