public class PdfBoxReplacedElementFactory extends Object implements ReplacedElementFactory
| Constructor and Description |
|---|
PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice,
SVGDrawer svgImpl) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
void |
remove(Element e) |
void |
reset() |
void |
setFormSubmissionListener(FormSubmissionListener listener) |
public PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl)
public ReplacedElement createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
createReplacedElement in interface ReplacedElementFactorypublic void setFormSubmissionListener(FormSubmissionListener listener)
setFormSubmissionListener in interface ReplacedElementFactorypublic void reset()
reset in interface ReplacedElementFactorypublic void remove(Element e)
remove in interface ReplacedElementFactoryCopyright © 2017. All rights reserved.