xmlgraphics-commons 1.3

Uses of Package
org.apache.xmlgraphics.image.loader.spi

Packages that use org.apache.xmlgraphics.image.loader.spi
org.apache.xmlgraphics.image.loader Contains image loading and conversion infrastructure for various image sources and an image cache. 
org.apache.xmlgraphics.image.loader.impl Contains implementations of image loaders and converters. 
org.apache.xmlgraphics.image.loader.impl.imageio Contains an implementation of an image loader which uses ImageIO. 
org.apache.xmlgraphics.image.loader.pipeline Provides an image loading and processing pipeline. 
org.apache.xmlgraphics.image.loader.spi Defines service provider interfaces for the image infrastructure. 
 

Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader
ImageImplRegistry
          This class is the registry for all implementations of the various service provider interfaces for the image package.
 

Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader.impl
ImageConverter
          Defines an image converter that can convert one image representation into another.
ImageLoader
          This interface is implemented by classes which load images from a source.
ImageLoaderFactory
          This interface is implemented to provide information about an ImageLoader and to create new instances.
ImagePreloader
          This interface provides two functions: determining whether an image format is supported and if that's the case, some minimal information (mostly the image's intrinsic size) is extracted and returned.
 

Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader.impl.imageio
ImageLoader
          This interface is implemented by classes which load images from a source.
ImageLoaderFactory
          This interface is implemented to provide information about an ImageLoader and to create new instances.
ImagePreloader
          This interface provides two functions: determining whether an image format is supported and if that's the case, some minimal information (mostly the image's intrinsic size) is extracted and returned.
 

Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader.pipeline
ImageConverter
          Defines an image converter that can convert one image representation into another.
ImageLoader
          This interface is implemented by classes which load images from a source.
 

Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader.spi
ImageConverter
          Defines an image converter that can convert one image representation into another.
ImageImplRegistry
          This class is the registry for all implementations of the various service provider interfaces for the image package.
ImageLoader
          This interface is implemented by classes which load images from a source.
ImageLoaderFactory
          This interface is implemented to provide information about an ImageLoader and to create new instances.
ImagePreloader
          This interface provides two functions: determining whether an image format is supported and if that's the case, some minimal information (mostly the image's intrinsic size) is extracted and returned.
 


xmlgraphics-commons 1.3

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.