cz.muni.pdfjbim.pdf
Class MyImageRenderListener
java.lang.Object
cz.muni.pdfjbim.pdf.MyImageRenderListener
- All Implemented Interfaces:
- com.itextpdf.text.pdf.parser.RenderListener
public class MyImageRenderListener
- extends Object
- implements com.itextpdf.text.pdf.parser.RenderListener
- Author:
- Radim Hatlapatka (208155@mail.muni.cz)
|
Field Summary |
protected String |
path
The new document to which we've added a border rectangle. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected String path
- The new document to which we've added a border rectangle.
MyImageRenderListener
public MyImageRenderListener(String path)
- Creates a RenderListener that will look for images.
- Parameters:
path -
beginTextBlock
public void beginTextBlock()
- Specified by:
beginTextBlock in interface com.itextpdf.text.pdf.parser.RenderListener
- See Also:
RenderListener.beginTextBlock()
endTextBlock
public void endTextBlock()
- Specified by:
endTextBlock in interface com.itextpdf.text.pdf.parser.RenderListener
- See Also:
RenderListener.endTextBlock()
renderImage
public void renderImage(com.itextpdf.text.pdf.parser.ImageRenderInfo renderInfo)
- Specified by:
renderImage in interface com.itextpdf.text.pdf.parser.RenderListener
- See Also:
RenderListener.renderImage(
com.itextpdf.text.pdf.parser.ImageRenderInfo)
renderText
public void renderText(com.itextpdf.text.pdf.parser.TextRenderInfo renderInfo)
- Specified by:
renderText in interface com.itextpdf.text.pdf.parser.RenderListener
- See Also:
RenderListener.renderText(
com.itextpdf.text.pdf.parser.TextRenderInfo)
Copyright © 2012 Faculty of Informatics, Masaryk University, Brno. All Rights Reserved.