Uses of Interface
net.sf.latexdraw.glib.models.interfaces.IGrid

Packages that use IGrid
net.sf.latexdraw.generators.svg   
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
net.sf.latexdraw.glib.views.pst   
 

Uses of IGrid in net.sf.latexdraw.generators.svg
 

Constructors in net.sf.latexdraw.generators.svg with parameters of type IGrid
LGridSVGGenerator(IGrid grid)
          Creates a generator of SVG grids.
 

Uses of IGrid in net.sf.latexdraw.glib.models.impl
 

Classes in net.sf.latexdraw.glib.models.impl that implement IGrid
(package private)  class LGrid
          Defines a model of a grid.
 

Methods in net.sf.latexdraw.glib.models.impl that return IGrid
 IGrid LShapeFactory.createGrid(boolean isUniqueID, IPoint pt)
           
 IGrid LGrid.duplicate()
           
 

Uses of IGrid in net.sf.latexdraw.glib.models.interfaces
 

Methods in net.sf.latexdraw.glib.models.interfaces that return IGrid
 IGrid IShapeFactory.createGrid(boolean isUniqueID, IPoint pt)
          Creates a grid with a predefined point.
 IGrid IGrid.duplicate()
           
 

Uses of IGrid in net.sf.latexdraw.glib.views.Java2D.impl
 

Constructors in net.sf.latexdraw.glib.views.Java2D.impl with parameters of type IGrid
LGridView(IGrid grid)
          Initialises the grid view.
 

Uses of IGrid in net.sf.latexdraw.glib.views.pst
 

Constructors in net.sf.latexdraw.glib.views.pst with parameters of type IGrid
PSTGridView(IGrid model)
          Creates and initialises a LGrid PSTricks view.