Package org.apache.xmlgraphics.image.loader.spi
Defines service provider interfaces for the image infrastructure.
-
Interface Summary Interface 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. -
Class Summary Class Description ImageImplRegistry This class is the registry for all implementations of the various service provider interfaces for the image package.