|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use JaxoPluginExecutionException | |
---|---|
net.sf.jaxodraw.io.exports | Export classes. |
net.sf.jaxodraw.io.imports | Import classes. |
net.sf.jaxodraw.plugin | A plugin is an external piece of software that adds functionality to JaxoDraw. |
Uses of JaxoPluginExecutionException in net.sf.jaxodraw.io.exports |
---|
Methods in net.sf.jaxodraw.io.exports that throw JaxoPluginExecutionException | |
---|---|
protected void |
JaxoExportLatexPS.exportTo(String fileName)
Export the graph to the given nonempty file name. |
protected void |
JaxoExportLatex.exportTo(String fileName)
Export the graph to the given nonempty file name. |
protected void |
JaxoExportPS.exportTo(String fileName)
Export the graph to the given nonempty file name. |
protected void |
JaxoExportImg.exportTo(String fileName)
Export the graph to the given nonempty file name. |
protected void |
JaxoExportLatex.exportTo(String fileName,
boolean rescale)
Export the graph to the given nonempty file name. |
Uses of JaxoPluginExecutionException in net.sf.jaxodraw.io.imports |
---|
Methods in net.sf.jaxodraw.io.imports that throw JaxoPluginExecutionException | |
---|---|
JaxoGraph |
JaxoImportAxodraw.importGraph(InputStream inputStream)
Import a graph from a Reader. |
Uses of JaxoPluginExecutionException in net.sf.jaxodraw.plugin |
---|
Methods in net.sf.jaxodraw.plugin that throw JaxoPluginExecutionException | |
---|---|
protected abstract void |
JaxoExportPlugin.exportTo(String fileName)
Export the graph to the given nonempty file name. |
protected abstract JaxoGraph |
JaxoImportPlugin.importGraph(InputStream inputStream)
Import a graph from a Reader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |