Contains image loading and conversion infrastructure for various image sources and an image cache.
Interface | Description |
---|---|
Image |
Represents an instance of an image (bitmap or vector graphic).
|
ImageContext |
The ImageContext interface provides session-independent information (mainly configuration
values).
|
ImageProcessingHints |
This interface defines some standard hints to be used for image processing in this package.
|
ImageSessionContext |
This interface is used to tell the cache which images are used by a session (in FOP that would
be a rendering run).
|
Class | Description |
---|---|
ImageFlavor |
The flavor of an image indicates in which form it is available.
|
ImageInfo |
Represents an image that may not have been fully loaded.
|
ImageManager |
ImageManager is the central starting point for image access.
|
ImageSize |
Encapsulates the size of an image.
|
ImageSource |
Acts as a holder for the input to image loading operations.
|
MimeEnabledImageFlavor |
Special image flavor subclass which enables the restriction to a particular MIME type.
|
RefinedImageFlavor |
Special image flavor subclass which enables the refinement to specific (sub-)flavors but
maintaining compatibility to a parent (i.e.
|
SimpleRefinedImageFlavor |
Simple refined image flavor implementation that just differs flavors by name but allows to
specify a parent flavor.
|
XMLNamespaceEnabledImageFlavor |
Special image flavor subclass which enables the restriction to a particular XML namespace.
|
Exception | Description |
---|---|
ImageException |
Base class for all image-related exceptions.
|
SubImageNotFoundException |
Exception which indicates that a particular (sub-)image could not be found.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.