Uses of Interface
com.openhtmltopdf.extend.SVGDrawer
-
Packages that use SVGDrawer Package Description com.openhtmltopdf.java2d com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.pdfboxout com.openhtmltopdf.svgsupport -
-
Uses of SVGDrawer in com.openhtmltopdf.java2d
Fields in com.openhtmltopdf.java2d declared as SVGDrawer Modifier and Type Field Description private SVGDrawer
Java2DRenderer. _mathMLImpl
private SVGDrawer
Java2DReplacedElementFactory. _mathMLImpl
private SVGDrawer
Java2DRenderer. _svgImpl
private SVGDrawer
Java2DReplacedElementFactory. _svgImpl
Constructors in com.openhtmltopdf.java2d with parameters of type SVGDrawer Constructor Description Java2DReplacedElementFactory(SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathMLImpl)
Java2DSVGReplacedElement(org.w3c.dom.Element e, SVGDrawer svgImpl, int width, int height, Box box, CssContext c)
-
Uses of SVGDrawer in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as SVGDrawer Modifier and Type Field Description SVGDrawer
BaseRendererBuilder.BaseRendererBuilderState. _mathmlImpl
SVGDrawer
BaseRendererBuilder.BaseRendererBuilderState. _svgImpl
Methods in com.openhtmltopdf.outputdevice.helper with parameters of type SVGDrawer Modifier and Type Method Description TFinalClass
BaseRendererBuilder. useMathMLDrawer(SVGDrawer mathMlImpl)
Use the specified MathML implementation.TFinalClass
BaseRendererBuilder. useSVGDrawer(SVGDrawer svgImpl)
Uses the specified SVG drawer implementation. -
Uses of SVGDrawer in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as SVGDrawer Modifier and Type Field Description private SVGDrawer
PdfBoxRenderer. _mathmlImpl
private SVGDrawer
PdfBoxReplacedElementFactory. _mathmlImpl
private SVGDrawer
PdfBoxRenderer. _svgImpl
private SVGDrawer
PdfBoxReplacedElementFactory. _svgImpl
Constructors in com.openhtmltopdf.pdfboxout with parameters of type SVGDrawer Constructor Description PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl)
PdfBoxSVGReplacedElement(org.w3c.dom.Element e, SVGDrawer svgImpl, int cssWidth, int cssHeight, Box box, CssContext css, SharedContext c)
-
Uses of SVGDrawer in com.openhtmltopdf.svgsupport
Classes in com.openhtmltopdf.svgsupport that implement SVGDrawer Modifier and Type Class Description class
BatikSVGDrawer
-