DroidDiagram Programmer's Guide
TreeLayout.getEnableAssistants Method
See Also
 






Gets 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 boolean getEnableAssistants ()

 Return 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