public class ChainingReplacedElementFactory extends Object implements org.xhtmlrenderer.extend.ReplacedElementFactory
| Constructor and Description |
|---|
ChainingReplacedElementFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addReplacedElementFactory(org.xhtmlrenderer.extend.ReplacedElementFactory replacedElementFactory) |
org.xhtmlrenderer.extend.ReplacedElement |
createReplacedElement(org.xhtmlrenderer.layout.LayoutContext c,
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) |
public void addReplacedElementFactory(org.xhtmlrenderer.extend.ReplacedElementFactory replacedElementFactory)
public org.xhtmlrenderer.extend.ReplacedElement createReplacedElement(org.xhtmlrenderer.layout.LayoutContext c,
org.xhtmlrenderer.render.BlockBox box,
org.xhtmlrenderer.extend.UserAgentCallback uac,
int cssWidth,
int cssHeight)
createReplacedElement in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void reset()
reset in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void remove(Element e)
remove in interface org.xhtmlrenderer.extend.ReplacedElementFactorypublic void setFormSubmissionListener(org.xhtmlrenderer.simple.extend.FormSubmissionListener listener)
setFormSubmissionListener in interface org.xhtmlrenderer.extend.ReplacedElementFactoryCopyright © 2015. All rights reserved.