DroidDiagram Programmer's Guide
Diagram.getEnableLanes Method
See Also
 






Gets whether lanes are enabled.

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

 Syntax

Java  Copy Code

public boolean getEnableLanes ()

 Return Value

true if lanes are enabled; 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
setEnableLanes method