net.sf.jaxodraw.io.exports
Class JaxoExportLatexPS

java.lang.Object
  extended by net.sf.jaxodraw.plugin.AbstractJaxoPlugin
      extended by net.sf.jaxodraw.plugin.JaxoExportPlugin
          extended by net.sf.jaxodraw.io.exports.JaxoExport
              extended by net.sf.jaxodraw.io.exports.JaxoExportLatexPS
All Implemented Interfaces:
JaxoPlugin, JaxoLocalized

public class JaxoExportLatexPS
extends JaxoExport

Create a postscript file from a Latex source file via Latex - dvips.

Since:
2.0

Constructor Summary
JaxoExportLatexPS()
           
 
Method Summary
 void commitConfiguration()
          Apply the changes made in the configuration panel.
 String description()
          Return a short description (preferably internationalized) of what this plugin does.
protected  void exportTo(String fileName)
          Export the graph to the given nonempty file name.
 int exportToWithStatus(String fileName)
          Tries to export a postscript file to the given file.
 JComponent getConfigurationPanel()
          Returns a panel that allows to configure optional parameters of this export format.
 String getFileExtension()
          Extension to be used for plugin files.
 String getFileExtensionDescription()
          Description to be used for plugin file extensions.
 String getFormatName()
          The name of the plugin (export or import) format.
 String getShortName()
          Return a short name for this plugin.
 String getWarningForGraph()
          Returns a warning if the current graph contains a LaTeX text.
 String pluginId()
          This must return the class name of the plugin (MyPlugin.class.getName()).
 void preview(JaxoPreview p, boolean sameWindow)
          Show a preview.
 void updateLanguage()
          Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
 
Methods inherited from class net.sf.jaxodraw.io.exports.JaxoExport
getBuiltInFormats, makeAvailableAtRuntime, version
 
Methods inherited from class net.sf.jaxodraw.plugin.JaxoExportPlugin
errorDialogMessage, export, export, getCanvasSize, getColorSpaceWarningForLaTeX, getGraph, getLaTeXTextWarning, getPSTextWarning, getPSTextWarningForLaTeX, paintGraph, preview, setCanvasSize, setGraph, showErrorDialog
 
Methods inherited from class net.sf.jaxodraw.plugin.AbstractJaxoPlugin
close, getClassName, getFailure, getLang, getLog, getParentComponent, getProperties, getProperty, getProperty, getShortGraphName, hasFailed, isSilent, loadProperties, pluginName, registerDictionary, setFailure, setParentComponent, setProperty, setShortGraphName, setSilent, storeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxoExportLatexPS

public JaxoExportLatexPS()
Method Detail

getFormatName

public final String getFormatName()
The name of the plugin (export or import) format.

Specified by:
getFormatName in class AbstractJaxoPlugin
Returns:
An (internationalized) name of the plugin format.

getFileExtension

public final String getFileExtension()
Extension to be used for plugin files.

Specified by:
getFileExtension in class AbstractJaxoPlugin
Returns:
The file extension.

getFileExtensionDescription

public final String getFileExtensionDescription()
Description to be used for plugin file extensions.

Specified by:
getFileExtensionDescription in class AbstractJaxoPlugin
Returns:
An (internationalized) description of the file extension.

description

public String description()
Return a short description (preferably internationalized) of what this plugin does.

Returns:
a description.

pluginId

public String pluginId()
This must return the class name of the plugin (MyPlugin.class.getName()). It is used to uniquely identify the plugin.

Returns:
the class name of the plugins' main class.

getShortName

public String getShortName()
Return a short name for this plugin. This is used to construct names of output files, eg to get a "jaxodraw-pdf-plugin.properties" file, the short name should just be "pdf".

Returns:
The short name of this plugin.

getWarningForGraph

public String getWarningForGraph()
Returns a warning if the current graph contains a LaTeX text.

Overrides:
getWarningForGraph in class JaxoExport
Returns:
An (internationalized) warning.

exportTo

protected final void exportTo(String fileName)
                       throws JaxoPluginExecutionException
Export the graph to the given nonempty file name.

Specified by:
exportTo in class JaxoExportPlugin
Parameters:
fileName - The file to export to.
Throws:
JaxoPluginExecutionException - if exporting fails. The exception message sould be displayable in error dialogs, so it should be an internationalized string.

exportToWithStatus

public final int exportToWithStatus(String fileName)
Tries to export a postscript file to the given file.

Parameters:
fileName - The name of the file to be exported.
Returns:
Return status of the LaTex export, the latex or the dvips command; zero if everything went fine.

preview

public void preview(JaxoPreview p,
                    boolean sameWindow)
Show a preview.

Specified by:
preview in class JaxoExportPlugin
Parameters:
p - The JaxoPreview to show.
sameWindow - If false, a new window will be opened for the preview. If true, and if a preview window for the current format is open already, the same window will be used for the preview. Not all implementations may support this feature.

commitConfiguration

public void commitConfiguration()
Apply the changes made in the configuration panel.

Specified by:
commitConfiguration in class JaxoExportPlugin

getConfigurationPanel

public JComponent getConfigurationPanel()
Returns a panel that allows to configure optional parameters of this export format.

Specified by:
getConfigurationPanel in class JaxoExportPlugin
Returns:
Null by default, no options to configure.

updateLanguage

public final void updateLanguage()
Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).



Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.