DroidDiagram Programmer's Guide
Diagram.setEnableLanes Method
See Also
 






Sets whether lanes are enabled.

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

 Syntax

Java  Copy Code

public void setEnableLanes (
    boolean value
)

 Parameters

value
true to display the swimlane grid; otherwise, false. The default is false.

 Remarks

The swimlane grid can be customized through the Grid instance returned by getLaneGrid.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace
getEnableLanes method