Uses of Class
net.sf.latexdraw.glib.ui.LMagneticGrid

Packages that use LMagneticGrid
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
 

Uses of LMagneticGrid in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as LMagneticGrid
protected  LMagneticGrid ModifyMagneticGrid.grid
          The magnetic grid to modify.
 

Methods in net.sf.latexdraw.actions with parameters of type LMagneticGrid
 void ModifyMagneticGrid.setGrid(LMagneticGrid grid)
           
 

Uses of LMagneticGrid in net.sf.latexdraw.glib.ui
 

Fields in net.sf.latexdraw.glib.ui declared as LMagneticGrid
protected  LMagneticGrid LCanvas.magneticGrid
          The magnetic grid of the canvas.
 

Methods in net.sf.latexdraw.glib.ui that return LMagneticGrid
 LMagneticGrid ICanvas.getMagneticGrid()
           
 LMagneticGrid LCanvas.getMagneticGrid()
           
 

Uses of LMagneticGrid in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as LMagneticGrid
protected  LMagneticGrid Hand.grid
          The magnetic grid used to create shapes.
protected  LMagneticGrid MagneticGridCustomiser.grid
          The grid to customise.
protected  LMagneticGrid Pencil.grid
          The magnetic grid used to create shapes.
 

Constructors in net.sf.latexdraw.instruments with parameters of type LMagneticGrid
Hand(ICanvas canvas, LMagneticGrid grid, Zoomer zoomer, TextSetter textSetter)
          Creates the Hand instrument.
MagneticGridCustomiser(UIComposer<?> composer, LMagneticGrid grid)
          Initialises the instrument.
Pencil(IDrawing drawing, Zoomer zoomer, LMagneticGrid grid, TextSetter textSetter)
          Creates a pencil.