DroidDiagram Programmer's Guide
TreeLayoutBuilder.ignoreLinkDirection Method
See Also
 






Sets a value indicating whether the direction of links should be ignored.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder ignoreLinkDirection (
    boolean value
)

 Parameters

value

true if the direction of links should be ignored when arranging a tree, otherwise false.

 Return Value

This TreeLayoutBuilder instance.

 See Also

TreeLayoutBuilder Members
TreeLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace