Search
FractalLayout.setRoot Method
See Also
 

Sets the tree root.

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

 Syntax

Java  Copy Code

public void setRoot (
    DiagramNode value
)

 Parameters

value

A DiagramNode specifying the root.

 Remarks

If there is no root specified, the algorithm automatically selects one that will lead to more balanced branch sizes.

 See Also