Search
TreeLayoutBuilder.reversedLinks Method
See Also
 

Sets a value indicating which direction of links should be considered the parent-to-child one.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder reversedLinks (
    boolean value
)

 Parameters

value

true if the parent-to-child direction in the tree is considered to be the one from links destination nodes to links origin nodes, otherwise false.

 Return Value

This TreeLayoutBuilder instance.

 See Also