Uses of Interface
net.sf.jaxodraw.plugin.JaxoPlugin

Packages that use JaxoPlugin
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 JaxoPlugin in net.sf.jaxodraw.io.exports
 

Classes in net.sf.jaxodraw.io.exports that implement JaxoPlugin
 class JaxoExport
          An abstract superclass for all built-in exporting classes.
 class JaxoExportImg
          The class that is responsible for exporting to image formats: jpg, or png are currently possible options.
 class JaxoExportLatex
          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 JaxoDraw.
 class JaxoExportLatexPS
          Create a postscript file from a Latex source file via Latex - dvips.
 class JaxoExportPS
          The class that is responsible for exporting to postscript output: portrait, landscape or EPS are possible options.
 

Uses of JaxoPlugin in net.sf.jaxodraw.io.imports
 

Classes in net.sf.jaxodraw.io.imports that implement JaxoPlugin
 class JaxoImport
          An abstract superclass for all built-in importing classes.
 class JaxoImportAxodraw
          The class responsible for importing JaxoGraphs from axodraw files.
 

Uses of JaxoPlugin in net.sf.jaxodraw.plugin
 

Classes in net.sf.jaxodraw.plugin that implement JaxoPlugin
 class AbstractJaxoPlugin
          An abstract superclass for all plugins.
 class JaxoExportPlugin
          An abstract superclass for all export plugins.
 class JaxoImportPlugin
          An abstract superclass for all import plugins.
 

Methods in net.sf.jaxodraw.plugin that return types with arguments of type JaxoPlugin
 List<JaxoPlugin> JaxoPluginLoader.loadPlugins(String pluginDirName)
          Load plugins.
 List<JaxoPlugin> JaxoPluginLoader.loadPluginsFromJar(String filename)
          Loads plugins from a jar file.
 List<JaxoPlugin> JaxoPluginLoader.reValidate(String pluginDirName)
          Invalidates the class loader responsible for plugin loading and re-scans the plugin dir, loading any found classes.
 

Methods in net.sf.jaxodraw.plugin with parameters of type JaxoPlugin
 void JaxoPluginInfo.addPlugin(JaxoPlugin plugin)
          Add a plugin to the list of plugins.
static File JaxoPluginLoader.getPluginJar(JaxoPlugin plugin, String pluginDir)
          Tries to find the jar source file for a JaxoPlugin in the given directory.
 void JaxoPluginInfo.removePlugin(JaxoPlugin plugin)
          Removes the given JaxoPlugin from the list of plugins.
 



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