| Interface | Description |
|---|---|
| IImageHandler | |
| IImageProvider |
Image provider is used as "context" to manage dynamic images in the document source (odt, docx...).
|
| IImageRegistry |
Image registry used to store the
IImageProvider used in the "context", copy the binary data of the images in
the generated report, modify some entry of the generated report with image information. |
| Class | Description |
|---|---|
| AbstractImageProvider |
Base class for image provider.
|
| AbstractImageRegistry |
Abstract class for
IImageRegistry. |
| AbstractInputStreamImageProvider | |
| ByteArrayImageProvider |
Image provider implementation with byte array for image content.
|
| ClassPathImageProvider |
Image provider implementation with image input stream coming from ClassPath.
|
| DefaultImageHandler | |
| FileImageProvider |
Image provider implementation with image input stream coming from
File. |
| ImageProviderInfo |
Information about image provider.
|
| SimpleImageInfo |
Code from http://blog.jaimon.co.uk/simpleimageinfo/SimpleImageInfo.java.html
|
Copyright © 2015. All Rights Reserved.