DroidDiagram Programmer's Guide
TreeLayout.setEnableAssistants Method
See Also
 






Sets a value indicating whether the "assistant" trait is regarded when performing the layout.

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

 Syntax

Java  Copy Code

public void setEnableAssistants (
    boolean value
)

 Parameters

value
true to enable assistant nodes, otherwise false; the default value is false.

 Remarks

Enabling this property lets you create organizational charts as in MS office. To designate some nodes as assistants, assign true as a value for the TreeLayoutTraits.Assistant key in the node's LayoutTraits.

 See Also

TreeLayout Members
TreeLayout Class
com.mindfusion.diagramming Namespace