|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface ImageProcessor
Implement this interface to process images and to indicate if the image needs to be added or skipped.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |