Uses of Class
net.sf.latexdraw.instruments.Zoomer

Packages that use Zoomer
net.sf.latexdraw.instruments   
net.sf.latexdraw.ui   
 

Uses of Zoomer in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as Zoomer
protected  Zoomer Hand.zoomer
          The zoomer that is used to give the zoom level to compute coordinates of the created shapes.
protected  Zoomer Pencil.zoomer
          The zoomer that is used to give the zoom level to compute coordinates of the created shapes.
 

Constructors in net.sf.latexdraw.instruments with parameters of type Zoomer
Button2Zoom(Zoomer ins)
          Initialises the link.
Hand(ICanvas canvas, LMagneticGrid grid, Zoomer zoomer, TextSetter textSetter)
          Creates the Hand instrument.
Pencil(IDrawing drawing, Zoomer zoomer, LMagneticGrid grid, TextSetter textSetter)
          Creates a pencil.
Scroll2Zoom(Zoomer ins)
          Creates the action.
Spinner2Zoom(Zoomer ins)
          Initialises the link.
 

Uses of Zoomer in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as Zoomer
protected  Zoomer LFrame.zoomer
          The instrument that zoomes in/out the canvas.
 

Methods in net.sf.latexdraw.ui that return Zoomer
 Zoomer LFrame.getZoomer()