DroidDiagram Programmer's Guide
TreeLayoutBuilder.direction Method
See Also
 






Sets a value indicating in what direction child nodes should be placed relatively to their parent nodes.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder direction (
    TreeLayoutDirection value
)

 Parameters

value

A member of the com.mindfusion.diagramming.jlayout.TreeLayoutDirection enumeration.

 Return Value

This TreeLayoutBuilder instance.

 See Also

TreeLayoutBuilder Members
TreeLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace