Uses of Interface
net.sourceforge.jeuclid.converter.ConverterPlugin

Packages that use ConverterPlugin
net.sourceforge.jeuclid.converter An API for conversion from MathML to different output formats. 
 

Uses of ConverterPlugin in net.sourceforge.jeuclid.converter
 

Classes in net.sourceforge.jeuclid.converter that implement ConverterPlugin
 class BatikConverter
          supports conversion to SVG output through Batik.
 class FreeHepConverter
          Converter for output formats supported by FreeHEP.
 class ImageIOConverter
          supports conversion to standard Raster formats through ImageIO.
 

Methods in net.sourceforge.jeuclid.converter that return ConverterPlugin
 ConverterPlugin ConverterRegistry.getConverter(String mimeType)
          Retrieve the converter for a given mime-type.
 

Methods in net.sourceforge.jeuclid.converter with parameters of type ConverterPlugin
 void ConverterRegistry.registerConverter(String mimeType, ConverterPlugin converter, boolean primary)
          Registers a converter for the given mime type.
 



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.