DroidDiagram Programmer's Guide
GridLayout Class
See Also
 






Implements a grid graph layout algorithm. GridLayout arranges diagram nodes in a grid, keeping connected nodes close together. The algorithm strives to achieve a small number of link crossings. It is based on an iterative process whose initial steps shuffle the grid nodes randomly. That can lead to very different results each time the algorithm is run.

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

 Syntax

Java  Copy Code

public class GridLayout implements Layout

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.GridLayout

 See Also

GridLayout Members
com.mindfusion.diagramming Namespace