DroidDiagram Programmer's Guide
OrthogonalRouter.setRoot Method
See Also
 






Sets a node indicating which subgraph of the diagram must be laid out. All links and nodes that can be reached from the root by following recursively its links form a graph. If the root is specified, only the graph which it defines is laid out by {#link arrange}.

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

 Syntax

Java  Copy Code

public void setRoot (
    DiagramNode value
)

 Parameters

value

 See Also

OrthogonalRouter Members
OrthogonalRouter Class
com.mindfusion.diagramming Namespace