Uses of Class
net.sourceforge.jeuclid.converter.ConverterRegistry

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

Uses of ConverterRegistry in net.sourceforge.jeuclid.converter
 

Methods in net.sourceforge.jeuclid.converter that return ConverterRegistry
static ConverterRegistry ConverterRegistry.getInstance()
          Retrieve the default registry instance.
static ConverterRegistry ConverterRegistry.getRegisty()
          Deprecated. use getInstance() instead.
 

Methods in net.sourceforge.jeuclid.converter with parameters of type ConverterRegistry
static void FreeHepInternalDetector.actuallyDetectConversionPlugins(ConverterRegistry registry)
          Actual detection and registration routine.
 void ImageIODetector.detectConversionPlugins(ConverterRegistry registry)
          Detects and registers all converters available through ImageIO.
 void FreeHepDetector.detectConversionPlugins(ConverterRegistry registry)
          Detects if FreeHep is in the classpath.
 void ConverterDetector.detectConversionPlugins(ConverterRegistry registry)
          Detects conversions available through this plugin and registers them with the given registry.
 void BatikDetector.detectConversionPlugins(ConverterRegistry registry)
          Detects if Batik is in the classpath.
 



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