Uses of Interface
net.sf.latexdraw.glib.ui.ICanvas

Packages that use ICanvas
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Uses of ICanvas in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as ICanvas
protected  ICanvas Export.canvas
          The canvas that contains views.
 

Methods in net.sf.latexdraw.actions with parameters of type ICanvas
 void Export.setCanvas(ICanvas canvas)
           
 

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

Classes in net.sf.latexdraw.glib.ui that implement ICanvas
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Fields in net.sf.latexdraw.glib.ui declared as ICanvas
protected  ICanvas LMagneticGrid.canvas
          The canvas that paints the grid.
 

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

Constructors in net.sf.latexdraw.glib.ui with parameters of type ICanvas
LMagneticGrid(int width, int height, ICanvas canvas)
          Creates the magnetic grid.
 

Uses of ICanvas in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as ICanvas
protected  ICanvas Border.canvas
          The canvas that contains the border.
protected  ICanvas Exporter.canvas
          The canvas that contains the shapes to export.
protected  ICanvas Hand.canvas
          The canvas that contains the shapes to handle.
 

Constructors in net.sf.latexdraw.instruments with parameters of type ICanvas
Border(ICanvas canvas)
          Creates and initialises the border.
Exporter(UIComposer<?> composer, ICanvas canvas, IDrawing drawing, javax.swing.JLabel statusBar)
          Creates the instrument.
Hand(ICanvas canvas, LMagneticGrid grid, Zoomer zoomer, TextSetter textSetter)
          Creates the Hand instrument.
 

Uses of ICanvas in net.sf.latexdraw.mapping
 

Constructors in net.sf.latexdraw.mapping with parameters of type ICanvas
Drawing2CanvasMapping(IDrawing source, ICanvas target)
          Object2ObjectMapping.Object2ObjectMapping(Object, Object)
 

Uses of ICanvas in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as ICanvas
protected  ICanvas ScaleRuler.canvas
          The canvas that the ruler manages.
 

Constructors in net.sf.latexdraw.ui with parameters of type ICanvas
ScaleRuler(ICanvas canvas)
          Creates the ruler.
XScaleRuler(ICanvas canvas, YScaleRuler yruler)
          Defines a x-scale ruler.
YScaleRuler(ICanvas canvas)
          Defines a y-scale ruler.