public interface ImageResolver
| Modifier and Type | Method and Description |
|---|---|
Handle |
resolveImage(PropertyList imageProperties,
boolean allowAnimatedImages,
Dimension maxSize)
Resolve the image.
|
Handle resolveImage(PropertyList imageProperties, boolean allowAnimatedImages, Dimension maxSize)
imageProperties - The properties for the Image. This should contain at least one property called "src".allowAnimatedImages - If this is true then animated images will be resolved into
an AnimatedIcon.maxSize - An optional limit to the size of the image returned.