@Deprecated public interface ImageProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Image img,
Map<String,String> attrs,
ChainedProperties chain,
DocListener doc)
Deprecated.
Allows you to (pre)process the image before (or instead of)
adding it to the DocListener with HTMLWorker.
|
boolean process(Image img, Map<String,String> attrs, ChainedProperties chain, DocListener doc)
img - the Image objectattrs - attributes of the imagechain - hierarchy of attributesdoc - the DocListener to which the Image needs to be addedCopyright © 2016. All rights reserved.