Uses of Package
org.apache.xmlgraphics.image.loader.spi
-
Packages that use org.apache.xmlgraphics.image.loader.spi Package Description 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 Class Description 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 Class Description 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 Class Description 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 Class Description 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. -
Classes in org.apache.xmlgraphics.image.loader.spi used by org.apache.xmlgraphics.image.loader.spi Class Description 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.ImageImplRegistry.PreloaderHolder Holder class for registeredImagePreloader
instances.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.