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

Packages that use Exporter
net.sf.latexdraw.instruments   
net.sf.latexdraw.mapping   
net.sf.latexdraw.ui   
 

Uses of Exporter in net.sf.latexdraw.instruments
 

Constructors in net.sf.latexdraw.instruments with parameters of type Exporter
ButtonPressed2Export(Exporter ins)
          Initialises the link.
MenuPressed2Export(Exporter ins)
          Initialises the link.
 

Uses of Exporter in net.sf.latexdraw.mapping
 

Fields in net.sf.latexdraw.mapping declared as Exporter
protected  Exporter ShapeList2ExporterMapping.exporter
          The instrument exporter to update.
 

Methods in net.sf.latexdraw.mapping that return Exporter
 Exporter ShapeList2ExporterMapping.getTarget()
           
 

Constructors in net.sf.latexdraw.mapping with parameters of type Exporter
ShapeList2ExporterMapping(java.util.List<IShape> shapes, Exporter exporter)
          Creates a mapping between a list of shapes and the instrument exporter.
 

Uses of Exporter in net.sf.latexdraw.ui
 

Fields in net.sf.latexdraw.ui declared as Exporter
protected  Exporter LFrame.exporter
          The instrument that exports drawings as picture or code.
 

Methods in net.sf.latexdraw.ui that return Exporter
 Exporter LFrame.getExporter()