DroidDiagram Programmer's Guide
GridStyle Enumeration
See Also
 






The members of this enumeration specify how the alignment grid should be drawn on the screen. Its elements can be used as arguments of the setGridStyle method of the Diagram class.

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

 Syntax

Java  Copy Code

public enum GridStyle

 Members

  Member name Description

Lines

The grid is drawn as a series of crossing horizontal and vertical lines.

Points

The alignment grid is drawn as a matrix of points.

 See Also

com.mindfusion.diagramming Namespace