Interface | Description |
---|---|
ImageManager |
Service for accessing different kinds of images in different sizes (width-height dimension).
|
ImageTypeDescriptor |
Describes an image type.
|
Class | Description |
---|---|
ByteArrayImage | |
FileImage |
Image which streams the image from a file.
|
Image |
Image
|
ImageDescriptor |
Describes the image.
|
ImageProvider |
An image provider loads the unscaled images for a certain image type described by an
ImageTypeDescriptor . |
ImageVO |
Exception | Description |
---|---|
ImageNotFoundException |
Exception indicating that the image was not found.
|
ImageProviderManagerException |
Exception to be thrown if an
ImageProvider cannot be registered or unregistered. |
ImageTemporarilyNotFoundException |
Exception indicating that an image was temporarily not found.
|
ImageTypeNotFoundException |
Exception to be thrown if an image type is not found.
|
Copyright © 2019 Communote team. All rights reserved.