Interface | Description |
---|---|
ImageDecoder |
A simple abstraction to allow loading BufferedImages using other mechanisms than the default ImageIO.read().
|
Class | Description |
---|---|
AbstractFromContent<PT> | Deprecated
since 5.0, use
AbstractFromNode instead. |
AbstractFromNode<PT> |
AbstractFromNode.
|
AbstractLoader<P extends ParameterProvider<?>> |
An abstract ImageOperation used to load images.
|
AbstractURLImageLoader<P extends ParameterProvider<?>> |
Loads images from a URL.
|
Blank<P extends ParameterProvider<?>> |
Just generates an empty BufferedImage canvas, fills it with the specified color if any.
|
ClasspathImageLoader<P extends ParameterProvider<?>> |
An ImageFilter which loads an image from the classpath.
|
DefaultImageIOImageDecoder |
Default implementation of an
ImageDecoder . |
FromBinaryNode |
ImageOperation loading from binary node of parent. |
FromContent | Deprecated
since 5.0, use
FromBinaryNode instead. |
FromNodeData | Deprecated
since 5.0, use
FromBinaryNode instead. |
SunJPEGCodecImageDecoder | Deprecated
since 3.2.
|
SunJPEGCodecImageDecoderAlt | Deprecated
since 3.2.
|
URLImageLoader<P extends ParameterProvider<?>> |
Loads an image off an arbitrary URL.
|
Copyright © 2016 Magnolia International Ltd.. All rights reserved.