DroidDiagram Programmer's Guide
LayeredLayoutBuilder.direction Method
See Also
 






Sets a value indicating in what direction the links in the arranged diagram should go.

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

 Syntax

Java  Copy Code

public LayeredLayoutBuilder direction (
    Direction value
)

 Parameters

value

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

 Return Value

This LayeredLayoutBuilder instance.

 See Also

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