@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 © 2016. All rights reserved.