DroidDiagram Programmer's Guide
TreeLayout.setReversedLinks Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setReversedLinks (
    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.

 See Also

TreeLayout Members
TreeLayout Class
com.mindfusion.diagramming Namespace