MindFusion.Java Package Programmer's Guide
DatabaseLayout.arrange Method
See Also
 






Applies the layout to the specified diagram.

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

 Syntax

Java  Copy Code

public boolean arrange (
    Diagram diagram,
    DiagramItemList items
)

 Parameters

diagram

The Diagram that is arranged.

items

A collection of nodes and links from diagram that define the subgraph to arrange.

 Return Value

true if the diagram has been arranged successfully; otherwise, false.

 See Also

DatabaseLayout Members
DatabaseLayout Class
com.mindfusion.diagramming Namespace