@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 object
attrs - attributes of the image
chain - hierarchy of attributes
doc - the DocListener to which the Image needs to be added
Copyright © 1998–2021. All rights reserved.