Package com.openhtmltopdf.java2d
Class Java2DReplacedElementFactory
- java.lang.Object
-
- com.openhtmltopdf.swing.SwingReplacedElementFactory
-
- com.openhtmltopdf.java2d.Java2DReplacedElementFactory
-
- All Implemented Interfaces:
com.openhtmltopdf.extend.ReplacedElementFactory
public class Java2DReplacedElementFactory extends com.openhtmltopdf.swing.SwingReplacedElementFactory
-
-
Constructor Summary
Constructors Constructor Description Java2DReplacedElementFactory(com.openhtmltopdf.extend.SVGDrawer svgImpl, com.openhtmltopdf.extend.FSObjectDrawerFactory objectDrawerFactory, com.openhtmltopdf.extend.SVGDrawer mathMLImpl)
-
Method Summary
Modifier and Type Method Description com.openhtmltopdf.extend.ReplacedElement
createReplacedElement(com.openhtmltopdf.layout.LayoutContext context, com.openhtmltopdf.render.BlockBox box, com.openhtmltopdf.extend.UserAgentCallback uac, int cssWidth, int cssHeight)
boolean
isReplacedElement(Element e)
-
-
-
Method Detail
-
createReplacedElement
public com.openhtmltopdf.extend.ReplacedElement createReplacedElement(com.openhtmltopdf.layout.LayoutContext context, com.openhtmltopdf.render.BlockBox box, com.openhtmltopdf.extend.UserAgentCallback uac, int cssWidth, int cssHeight)
- Specified by:
createReplacedElement
in interfacecom.openhtmltopdf.extend.ReplacedElementFactory
- Overrides:
createReplacedElement
in classcom.openhtmltopdf.swing.SwingReplacedElementFactory
-
isReplacedElement
public boolean isReplacedElement(Element e)
-
-