Applies the layout on the specified subset of items from the specified Diagram instance.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean arrange ( |
The Diagram that should be arranged.
A collection of nodes and links from diagram that define the subgraph to arrange.
This method always returns true.
See Also