Uses of Interface
org.malai.properties.Zoomable

Packages that use Zoomable
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.instruments   
org.malai.action.library   
 

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

Subinterfaces of Zoomable in net.sf.latexdraw.glib.ui
 interface ICanvas
          Defines an interface for a canvas that draw the drawing and manages the selected shapes.
 

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

Uses of Zoomable in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as Zoomable
protected  Zoomable Zoomer.zoomable
          The canvas to zoom in/out.
 

Constructors in net.sf.latexdraw.instruments with parameters of type Zoomable
Zoomer(Zoomable zoomable)
          Creates and initialises the zoomer.
 

Uses of Zoomable in org.malai.action.library
 

Fields in org.malai.action.library declared as Zoomable
protected  Zoomable Zoom.zoomable
          The object to zoom.
 

Methods in org.malai.action.library with parameters of type Zoomable
 void Zoom.setZoomable(Zoomable zoomable)