|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageContentTransformer
This interface defines the API that has to be implemented by classes that
are capable of transforming image content data after
it's initially loaded.
The content attributes are provided to the transform method and can be used to
provide hints for the transformation.
ContentTransformer| Method Summary | |
|---|---|
Image |
transform(Image data,
Map<String,String> attributes)
Transforms the image content data and returns
the transformed data as an Image. |
| Method Detail |
|---|
Image transform(Image data,
Map<String,String> attributes)
throws ContentManagerException
image content data and returns
the transformed data as an Image.
transform in interface ContentTransformer<Image>data - the image that has to be transformedattributes - a map of content attributes that can be used to
provide hints or parameters for the transformation
ContentManagerException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||