Search
SwimlaneLayoutBuilder.orientation Method
See Also
 

Sets a the orientation of the arranged graph.

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

 Syntax

Java  Copy Code

public SwimlaneLayoutBuilder orientation (
    Orientation value
)

 Parameters

value

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

 Return Value

This SwimlaneLayoutBuilder instance.

 See Also