Uses of Class
net.sf.jaxodraw.plugin.AbstractJaxoPlugin

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

Subclasses of AbstractJaxoPlugin in net.sf.jaxodraw.io.exports
 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 AbstractJaxoPlugin in net.sf.jaxodraw.io.imports
 

Subclasses of AbstractJaxoPlugin in net.sf.jaxodraw.io.imports
 class JaxoImport
          An abstract superclass for all built-in importing classes.
 class JaxoImportAxodraw
          The class responsible for importing JaxoGraphs from axodraw files.
 

Uses of AbstractJaxoPlugin in net.sf.jaxodraw.plugin
 

Subclasses of AbstractJaxoPlugin in net.sf.jaxodraw.plugin
 class JaxoExportPlugin
          An abstract superclass for all export plugins.
 class JaxoImportPlugin
          An abstract superclass for all import plugins.
 



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