Uses of Class
net.sf.latexdraw.glib.views.latex.LaTeXGenerator

Packages that use LaTeXGenerator
net.sf.latexdraw.actions   
net.sf.latexdraw.glib.views.pst   
net.sf.latexdraw.instruments   
 

Uses of LaTeXGenerator in net.sf.latexdraw.actions
 

Fields in net.sf.latexdraw.actions declared as LaTeXGenerator
protected  LaTeXGenerator ModifyLatexProperties.generator
          The LaTeX generator to modify.
 

Methods in net.sf.latexdraw.actions with parameters of type LaTeXGenerator
 void ModifyLatexProperties.setGenerator(LaTeXGenerator generator)
           
 

Uses of LaTeXGenerator in net.sf.latexdraw.glib.views.pst
 

Subclasses of LaTeXGenerator in net.sf.latexdraw.glib.views.pst
 class PSTCodeGenerator
          Defines a PSTricks generator; it manages the PSTricks views and the latex additional code.
 

Uses of LaTeXGenerator in net.sf.latexdraw.instruments
 

Fields in net.sf.latexdraw.instruments declared as LaTeXGenerator
protected  LaTeXGenerator DrawingPropertiesCustomiser.latexGen
          The LaTeX code generator.
 

Constructors in net.sf.latexdraw.instruments with parameters of type LaTeXGenerator
DrawingPropertiesCustomiser(UIComposer<?> composer, LaTeXGenerator latexGen)
          Creates the instrument.