DroidDiagram Programmer's Guide
OrthogonalLayout.setDirected Method
See Also
 






Sets a value indicating whether the graph being laid out is directed.

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

 Syntax

Java  Copy Code

public void setDirected (
    boolean directed
)

 Parameters

directed
true to consider the direction of graph edges, false to ignore it; the default value is false.

 See Also

OrthogonalLayout Members
OrthogonalLayout Class
com.mindfusion.diagramming Namespace