DroidDiagram Programmer's Guide
OrthogonalLayout.getDirected Method
See Also
 






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

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

 Syntax

Java  Copy Code

public boolean getDirected ()

 Return Value

true if the direction of graph edges should be considered, false if it is ignored; the default value is false.

 See Also

OrthogonalLayout Members
OrthogonalLayout Class
com.mindfusion.diagramming Namespace