DroidDiagram Programmer's Guide
TreeLayoutBuilder.keepRootPosition Method
See Also
 






Sets a value indicating whether the root node should be kept at its original position.

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

 Syntax

Java  Copy Code

public TreeLayoutBuilder keepRootPosition (
    boolean value
)

 Parameters

value

true if the root position should be preserved, otherwise false.

 Return Value

This TreeLayoutBuilder instance.

 See Also

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