net.sourceforge.jeuclid.converter
Interface ConverterDetector

All Known Implementing Classes:
BatikDetector, FreeHepDetector, ImageIODetector

public interface ConverterDetector

Interface for all Image Conversion Detectors.

Version:
$Revision: 31460f6f5a3d $

Method Summary
 void detectConversionPlugins(ConverterRegistry registry)
          Detects conversions available through this plugin and registers them with the given registry.
 

Method Detail

detectConversionPlugins

void detectConversionPlugins(ConverterRegistry registry)
Detects conversions available through this plugin and registers them with the given registry.

The detector should only register the conversions which can be carried out without Exceptions. The detection process itself should not throw an exception either. If a detector cannot find the necessary classes, it should register nothing.

Parameters:
registry - ConverterRegistry to use.


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