Search
OneWayLayoutBuilder.orientation Method
See Also
 

Sets the orientation of the arranged graph.

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

 Syntax

Java  Copy Code

public OneWayLayoutBuilder orientation (
    Orientation value
)

 Parameters

value

One of the com.mindfusion.diagramming.jlayout.Orientation constants.

 Return Value

This OneWayLayoutBuilder instance.

 See Also