@Deprecated
public interface ImageProcessor
Modifier and Type | Method | Description |
---|---|---|
boolean |
process(Image img,
java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.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 © 1998–2018. All rights reserved.