|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaxodraw.plugin.AbstractJaxoPlugin
net.sf.jaxodraw.plugin.JaxoExportPlugin
net.sf.jaxodraw.io.exports.JaxoExport
public abstract class JaxoExport
An abstract superclass for all built-in exporting classes.
Constructor Summary | |
---|---|
protected |
JaxoExport()
Protected empty constructor. |
Method Summary | |
---|---|
static List<Object> |
getBuiltInFormats()
Returns a list of export formats that are available within the core of JaxoDraw by default. |
String |
getWarningForGraph()
Returns a warning if the current graph contains a LaTeX text. |
boolean |
makeAvailableAtRuntime()
Checks some eventual runtime requirements for the plugin. |
String |
version()
Return the version number of this plugin. |
Methods inherited from class net.sf.jaxodraw.plugin.JaxoExportPlugin |
---|
commitConfiguration, errorDialogMessage, export, export, exportTo, getCanvasSize, getColorSpaceWarningForLaTeX, getConfigurationPanel, getGraph, getLaTeXTextWarning, getPSTextWarning, getPSTextWarningForLaTeX, paintGraph, preview, preview, setCanvasSize, setGraph, showErrorDialog |
Methods inherited from class net.sf.jaxodraw.plugin.AbstractJaxoPlugin |
---|
close, getClassName, getFailure, getFileExtension, getFileExtensionDescription, getFormatName, 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 |
Methods inherited from interface net.sf.jaxodraw.plugin.JaxoPlugin |
---|
description, getShortName, pluginId |
Methods inherited from interface net.sf.jaxodraw.util.JaxoLocalized |
---|
updateLanguage |
Constructor Detail |
---|
protected JaxoExport()
Method Detail |
---|
public boolean makeAvailableAtRuntime()
public String getWarningForGraph()
getWarningForGraph
in class JaxoExportPlugin
public static List<Object> getBuiltInFormats()
public String version()
JaxoInfo.compareVersions
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |