Sets the node that should be placed at the bottom right corner of the grid. If you set the end node, you should also call the setStartNode method to specify the start 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
Java
![]() |
---|
public GridLayoutBuilder endNode ( |
A DiagramNode object representing the grid end node.
This GridLayoutBuilder instance.