DroidDiagram Programmer's Guide
FlowchartLayout.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 to arrange.

items

Specifies a subset of diagram items to arrange.

 Return Value

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

 See Also

FlowchartLayout Members
FlowchartLayout Class
com.mindfusion.diagramming Namespace