Search
TopologicalLayout.setDirection Method
See Also
 

Sets the direction of the arranged diagram.

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

 Syntax

Java  Copy Code

public void setDirection (
    Direction value
)

 Parameters

value

A member of the Direction enumeration. The default is Straight.

 See Also