japlot.jaxodraw
Class JaxoExportLatexPS
- java.lang.Object
-
- japlot.jaxodraw.JaxoExport
-
- japlot.jaxodraw.JaxoExportLatexPS
-
public class JaxoExportLatexPS extends JaxoExport
Tries to create a pstscript file from a Latex source file via Latex - dvips. This currently only works under Linux.
-
-
Field Summary
-
Fields inherited from class japlot.jaxodraw.JaxoExport
ExportFile
-
-
Constructor Summary
Constructors Constructor and Description JaxoExportLatexPS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidexport(JaxoGraph newGraph)Pops up a filechooser dialog and tries to export a postscript file to the chosen file.intexportLatexPS(JaxoGraph graph, java.lang.String fileName)Tries to export a postscript file to the given 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)
Pops up a filechooser dialog and tries to export a postscript file to the chosen file.- Specified by:
exportin classJaxoExport- Parameters:
newGraph- The current JaxoGraph.
-
exportLatexPS
public final int exportLatexPS(JaxoGraph graph, java.lang.String fileName)
Tries to export a postscript file to the given file.- Parameters:
graph- The current JaxoGraph.fileName- The name of the file to be exported.- Returns:
- The sum of the return status of the latex and the dvips command; zero if everything went fine.
-
-
DMelt 3.0 © DataMelt by jWork.ORG