Search
TreeLayout.arrange Method
See Also
 

Arranges the specified diagram.

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

 Syntax

Java  Copy Code

public boolean arrange (
    Diagram chart
)

 Parameters

chart

The Diagram to arrange.

 Return Value

true if the tree is arranged successfully, or false if JDiagram cannot find the tree root, for example, when the setIgnoreLinkDirection method is called and the tree root is not specified by the application.

 See Also