Uses of Interface
com.openhtmltopdf.extend.SVGDrawer
Packages that use SVGDrawer
Package
Description
-
Uses of SVGDrawer in com.openhtmltopdf.java2d
Fields in com.openhtmltopdf.java2d declared as SVGDrawerModifier and TypeFieldDescriptionprivate final SVGDrawer
Java2DRenderer._mathMLImpl
private final SVGDrawer
Java2DReplacedElementFactory._mathMLImpl
private final SVGDrawer
Java2DRenderer._svgImpl
private final SVGDrawer
Java2DReplacedElementFactory._svgImpl
Constructors in com.openhtmltopdf.java2d with parameters of type SVGDrawerModifierConstructorDescriptionJava2DReplacedElementFactory
(SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathMLImpl) Java2DSVGReplacedElement
(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 SVGDrawerModifier and TypeFieldDescriptionBaseRendererBuilder.BaseRendererBuilderState._mathmlImpl
BaseRendererBuilder.BaseRendererBuilderState._svgImpl
Methods in com.openhtmltopdf.outputdevice.helper with parameters of type SVGDrawerModifier and TypeMethodDescriptionfinal TFinalClass
BaseRendererBuilder.useMathMLDrawer
(SVGDrawer mathMlImpl) Use the specified MathML implementation.final 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 SVGDrawerModifier and TypeFieldDescriptionprivate SVGDrawer
PdfBoxRenderer._mathmlImpl
private final SVGDrawer
PdfBoxReplacedElementFactory._mathmlImpl
private SVGDrawer
PdfBoxRenderer._svgImpl
private final SVGDrawer
PdfBoxReplacedElementFactory._svgImpl
Constructors in com.openhtmltopdf.pdfboxout with parameters of type SVGDrawerModifierConstructorDescriptionPdfBoxReplacedElementFactory
(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl) PdfBoxSVGReplacedElement
(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