DroidDiagram Programmer's Guide
HierarchicalLayout.arrange Method
See Also
 






Applies the layout on the specified subset of items from the specified Diagram instance.

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

 Syntax

Java  Copy Code

public boolean arrange (
    Diagram diagram,
    DiagramItemList items
)

 Parameters

diagram

The Diagram that should be arranged.

items

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

 Return Value

This method always returns true.

 See Also

HierarchicalLayout Members
HierarchicalLayout Class
com.mindfusion.diagramming Namespace