DroidDiagram Programmer's Guide
AbstractLayout.arrange Method (Diagram, DiagramItemList)
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 abstract 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

arrange Method Overload List
AbstractLayout Members
AbstractLayout Class
com.mindfusion.diagramming Namespace