DroidDiagram Programmer's Guide
OrthogonalRouter.setSplitGraph 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. If a Root node is specified and SplitGraph is true, only the graph that contains the root node will be arranged.

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

 Syntax

Java  Copy Code

public void setSplitGraph (
    boolean value
)

 Parameters

value

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
com.mindfusion.diagramming Namespace