DroidDiagram Programmer's Guide
LayeredLayout.setEnforceLinkFlow Method
See Also
 






Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arrange has cycles, some of the links will still go backward. EnableCustomLayers and SplitLayers are ignored if this property is set to true.

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

 Syntax

Java  Copy Code

public void setEnforceLinkFlow (
    boolean value
)

 Parameters

value

 See Also

LayeredLayout Members
LayeredLayout Class
com.mindfusion.diagramming Namespace