@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface ImageUtilities extends ImageUtilitiesSpecificProvider
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
Modifier and Type | Method and Description |
---|---|
void |
addImageHandler(ImageHandler imageHandler)
Add a new image handler.
|
void |
clearImageCache()
Clear the cache of images used to display images fast in the Author page.
|
ImageHandler |
getImageHandlerFor(java.lang.String extension)
Get the XML image handler for a certain content type.
|
void |
removeImageHandler(ImageHandler imageHandler)
Remove an image handler.
|
getIconDecoration, loadIcon
void clearImageCache()
ImageHandler getImageHandlerFor(java.lang.String extension)
extension
- The extension of the image file which should be supported by the handler.void addImageHandler(ImageHandler imageHandler)
imageHandler
- The image handler.void removeImageHandler(ImageHandler imageHandler)
imageHandler
- The image handler to remove.© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.