Sets the tree root.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setRoot ( |
A DiagramNode specifying the root.
RemarksIf there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.
See Also