net.sourceforge.jeuclid.converter
Class ImageIODetector

java.lang.Object
  extended by net.sourceforge.jeuclid.converter.ImageIODetector
All Implemented Interfaces:
ConverterDetector

public final class ImageIODetector
extends Object
implements ConverterDetector

Detects and registers the Converters from ImageIO.

Version:
$Revision: 584e9b40f728 $

Constructor Summary
ImageIODetector()
          Default constructor.
 
Method Summary
 void detectConversionPlugins(ConverterRegistry registry)
          Detects and registers all converters available through ImageIO.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageIODetector

public ImageIODetector()
Default constructor.

Method Detail

detectConversionPlugins

public void detectConversionPlugins(ConverterRegistry registry)
Detects and registers all converters available through ImageIO.

Specified by:
detectConversionPlugins in interface ConverterDetector
Parameters:
registry - ConverterRegistry to use.


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