Package org.javlo.service.pdf
Class ImageReplacedElementFactory
- java.lang.Object
-
- org.javlo.service.pdf.ImageReplacedElementFactory
-
- All Implemented Interfaces:
org.xhtmlrenderer.extend.ReplacedElementFactory
public class ImageReplacedElementFactory extends Object implements org.xhtmlrenderer.extend.ReplacedElementFactory
-
-
Constructor Summary
Constructors Constructor Description ImageReplacedElementFactory(String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.xhtmlrenderer.extend.ReplacedElement
createReplacedElement(org.xhtmlrenderer.layout.LayoutContext lc, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight)
void
remove(Element e)
void
reset()
void
setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
-
-
-
Constructor Detail
-
ImageReplacedElementFactory
public ImageReplacedElementFactory(String path)
-
-
Method Detail
-
createReplacedElement
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement(org.xhtmlrenderer.layout.LayoutContext lc, org.xhtmlrenderer.render.BlockBox box, org.xhtmlrenderer.extend.UserAgentCallback uac, int cssWidth, int cssHeight)
- Specified by:
createReplacedElement
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
reset
public void reset()
- Specified by:
reset
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
remove
public void remove(Element e)
- Specified by:
remove
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
setFormSubmissionListener
public void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
- Specified by:
setFormSubmissionListener
in interfaceorg.xhtmlrenderer.extend.ReplacedElementFactory
-
-