DroidDiagram Programmer's Guide
SwimlaneLayoutBuilder.swimlaneGrid Method
See Also
 






Sets the object through which the layout can manipulate the swimlane grid. If this is null at the time of layout, the layout will operate on the diagram's lane grid.

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

 Syntax

Java  Copy Code

public SwimlaneLayoutBuilder swimlaneGrid (
    SwimlaneGrid value
)

 Parameters

value

 Return Value

This SwimlaneLayoutBuilder instance.

 See Also

SwimlaneLayoutBuilder Members
SwimlaneLayoutBuilder Class
com.mindfusion.diagramming.builders Namespace