DroidDiagram Programmer's Guide
GridLayoutBuilder.startNode Method
See Also
 






Sets the node that should be placed at the upper left corner of the grid. If you set the start node, you should also call the GridLayout.setEndNode method to specify the end node. GridLayout usually produces better layouts if you do not specify start and end nodes; in such a case the algorithm automatically selects suitable nodes.

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

 Syntax

Java  Copy Code

public GridLayoutBuilder startNode (
    DiagramNode value
)

 Parameters

value

A DiagramNode object representing the grid start node.

 Return Value

This GridLayoutBuilder instance.

 See Also

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