|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewsSynchroniserHandler | |
---|---|
net.sf.latexdraw.glib.ui | |
net.sf.latexdraw.glib.views.latex | |
net.sf.latexdraw.glib.views.pst | |
net.sf.latexdraw.glib.views.synchroniser | |
net.sf.latexdraw.ui |
Uses of ViewsSynchroniserHandler in net.sf.latexdraw.glib.ui |
---|
Subinterfaces of ViewsSynchroniserHandler 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 ViewsSynchroniserHandler | |
---|---|
class |
LCanvas
Defines a canvas that draw the drawing and manages the selected shapes. |
Uses of ViewsSynchroniserHandler in net.sf.latexdraw.glib.views.latex |
---|
Methods in net.sf.latexdraw.glib.views.latex with parameters of type ViewsSynchroniserHandler | |
---|---|
static java.io.File |
LaTeXGenerator.createLatexFile(IDrawing drawing,
java.lang.String pathExportTex,
ViewsSynchroniserHandler synchronizer)
Creates a latex file that contains the pstricks code of the given canvas. |
static java.io.File |
LaTeXGenerator.createPDFFile(IDrawing drawing,
java.lang.String pathExportPdf,
ViewsSynchroniserHandler synchronizer,
boolean crop)
Create a .pdf file that corresponds to the compiled latex document containing the pstricks drawing. |
static java.io.File |
LaTeXGenerator.createPSFile(IDrawing drawing,
java.lang.String pathExportPs,
ViewsSynchroniserHandler synchronizer)
Create a .ps file that corresponds to the compiled latex document containing the pstricks drawing. |
static java.io.File |
LaTeXGenerator.createPSFile(IDrawing drawing,
java.lang.String pathExportPs,
ViewsSynchroniserHandler synchronizer,
java.io.File tmpDir)
Create a .ps file that corresponds to the compiled latex document containing the pstricks drawing. |
static java.lang.String |
LaTeXGenerator.getLatexDocument(IDrawing drawing,
ViewsSynchroniserHandler synchronizer)
Generates a latex document that contains the pstricks code of the given canvas. |
Uses of ViewsSynchroniserHandler in net.sf.latexdraw.glib.views.pst |
---|
Constructors in net.sf.latexdraw.glib.views.pst with parameters of type ViewsSynchroniserHandler | |
---|---|
PSTCodeGenerator(IDrawing drawing,
ViewsSynchroniserHandler handler,
boolean withLatexParams,
boolean withComments)
Creates and initialises the generator. |
|
PSTViewsSynchroniser(ViewsSynchroniserHandler h,
IDrawing drawing)
Creates and launches the synchronisation of the synchroniser. |
Uses of ViewsSynchroniserHandler in net.sf.latexdraw.glib.views.synchroniser |
---|
Fields in net.sf.latexdraw.glib.views.synchroniser declared as ViewsSynchroniserHandler | |
---|---|
protected ViewsSynchroniserHandler |
ViewsSynchroniser.handler
The handler thats provides information to the synchroniser. |
Methods in net.sf.latexdraw.glib.views.synchroniser that return ViewsSynchroniserHandler | |
---|---|
ViewsSynchroniserHandler |
ViewsSynchroniser.getHandler()
|
Methods in net.sf.latexdraw.glib.views.synchroniser with parameters of type ViewsSynchroniserHandler | |
---|---|
void |
ViewsSynchroniser.setHandler(ViewsSynchroniserHandler handler)
|
Constructors in net.sf.latexdraw.glib.views.synchroniser with parameters of type ViewsSynchroniserHandler | |
---|---|
ViewsSynchroniser(ViewsSynchroniserHandler h,
IDrawing drawing)
Creates and initialises the synchroniser. |
Uses of ViewsSynchroniserHandler in net.sf.latexdraw.ui |
---|
Constructors in net.sf.latexdraw.ui with parameters of type ViewsSynchroniserHandler | |
---|---|
LCodePanel(IDrawing drawing,
ViewsSynchroniserHandler viewsHandler)
Creates the code panel. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |