DroidDiagram Programmer's Guide
TopologicalLayout.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 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

 See Also

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