Arranges the specified diagram.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean arrange ( |
The Diagram to arrange.
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