DroidDiagram Programmer's Guide
FlowchartLayoutBuilder.splitGraph Method
See Also
 






Sets a value indicating whether unconnected subgraphs should be laid out independently from each other. If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area.

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

 Syntax

Java  Copy Code

public FlowchartLayoutBuilder splitGraph (
    boolean value
)

 Parameters

value

 Return Value

This FlowchartLayoutBuilder instance.

 See Also

FlowchartLayoutBuilder Members
FlowchartLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace