public class CustomImageReplacedElementFactory extends Object implements org.xhtmlrenderer.extend.ReplacedElementFactory
| Constructor and Description |
|---|
CustomImageReplacedElementFactory(org.xhtmlrenderer.extend.ReplacedElementFactory superFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected org.xhtmlrenderer.extend.FSImage |
buildImage(String srcAttr,
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback) |
org.xhtmlrenderer.extend.ReplacedElement |
createReplacedElement(org.xhtmlrenderer.layout.LayoutContext layoutContext,
org.xhtmlrenderer.render.BlockBox blockBox,
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback,
int cssWidth,
int cssHeight) |
void |
remove(Element e) |
void |
reset() |
void |
setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener) |
public CustomImageReplacedElementFactory(org.xhtmlrenderer.extend.ReplacedElementFactory superFactory)
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement(org.xhtmlrenderer.layout.LayoutContext layoutContext,
org.xhtmlrenderer.render.BlockBox blockBox,
org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback,
int cssWidth,
int cssHeight)
createReplacedElement in interface org.xhtmlrenderer.extend.ReplacedElementFactoryprotected org.xhtmlrenderer.extend.FSImage buildImage(String srcAttr, org.xhtmlrenderer.extend.UserAgentCallback userAgentCallback) throws IOException, com.lowagie.text.BadElementException
IOExceptioncom.lowagie.text.BadElementExceptionpublic void remove(Element e)
remove in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void reset()
reset in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
setFormSubmissionListener in interface org.xhtmlrenderer.extend.ReplacedElementFactoryCopyright © 2003–2021 eXo Platform SAS. All rights reserved.