DroidDiagram Programmer's Guide
AnnealLayout.setMultipleGraphsOrientation Method
See Also
 






Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

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

 Syntax

Java  Copy Code

public void setMultipleGraphsOrientation (
    MultipleGraphsPlacement value
)

 Parameters

value

A member of the MultipleGraphsPlacement enumeration. The default value is Horizontal.

 Remarks

If the diagram contains several unconnected subgraphs, each of them is processed by the algorithm independently from the others. This property specifies how such subgraphs should be placed one relatively to another. The possible options are to arrange them in a row, in a column, or in such a way that the diagram covers a minimal area.

 See Also

AnnealLayout Members
AnnealLayout Class
com.mindfusion.diagramming Namespace