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

Packages that use IStandardGrid
net.sf.latexdraw.glib.models.impl   
net.sf.latexdraw.glib.models.interfaces   
net.sf.latexdraw.glib.views.Java2D.impl   
 

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

Classes in net.sf.latexdraw.glib.models.impl that implement IStandardGrid
(package private)  class LAbstractGrid
          Defines a model of an abstract latex grid.
(package private)  class LAxes
          Defines a model of axes.
(package private)  class LDrawing
          Defines a drawing that contains a set of shapes and a set of selected shapes.
(package private)  class LGrid
          Defines a model of a grid.
(package private)  class LGroup
          A Group is a group of IShape.
 

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

Subinterfaces of IStandardGrid in net.sf.latexdraw.glib.models.interfaces
 interface IAxes
          Defines an interface that classes defining latex axes should implement.
 interface IGrid
          Defines an interface that classes defining a latex grid should implement.
 interface IGroup
          Defines an interface that classes defining a group of shapes should implement.
 

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

Classes in net.sf.latexdraw.glib.views.Java2D.impl with type parameters of type IStandardGrid
(package private)  class LStandardGridView<S extends IStandardGrid>
          Defines an abstract view of the LAbstractGrid model.