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.
|
Class | Description |
---|---|
ImageImplRegistry |
This class is the registry for all implementations of the various service provider interfaces
for the image package.
|
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.
|
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.
|
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.
|
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.
|
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.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.