japlot.jaxodraw
Class JaxoExportLatex
- java.lang.Object
-
- japlot.jaxodraw.JaxoExport
-
- japlot.jaxodraw.JaxoExportLatex
-
public class JaxoExportLatex extends JaxoExport
The class that is responsible for creating LaTex source files that may be used to produce a postscript file that is (should be) equivalent to the one produced by japlot.jaxodraw. Not that you need J. Vermaseren's axodraw package to process the LaTex source.
-
-
Field Summary
-
Fields inherited from class japlot.jaxodraw.JaxoExport
ExportFile
-
-
Constructor Summary
Constructors Constructor and Description JaxoExportLatex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidexport(JaxoGraph newGraph)Exports the JaxoGraph newGraph into a LaTex source file: asks for an export file name.voidexportLatex(JaxoGraph graph, java.lang.String fileName)Exports the JaxoGraph graph into a LaTex source file.-
Methods inherited from class japlot.jaxodraw.JaxoExport
checkforLatexText, checkforPSText, getExportFile, getExportFileName, getGraph, getMode, setCurrentTab, setExportFile, setGraph, setMode
-
-
-
-
Method Detail
-
export
public final void export(JaxoGraph newGraph)
Exports the JaxoGraph newGraph into a LaTex source file: asks for an export file name.- Specified by:
exportin classJaxoExport- Parameters:
newGraph- The graph to be exported.
-
exportLatex
public final void exportLatex(JaxoGraph graph, java.lang.String fileName)
Exports the JaxoGraph graph into a LaTex source file.- Parameters:
graph- The graph to be exported.fileName- The export file name.
-
-
DMelt 3.0 © DataMelt by jWork.ORG