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 SVGDrawerJava2DRenderer._mathMLImplprivate final SVGDrawerJava2DReplacedElementFactory._mathMLImplprivate final SVGDrawerJava2DRenderer._svgImplprivate final SVGDrawerJava2DReplacedElementFactory._svgImplConstructors 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._mathmlImplBaseRendererBuilder.BaseRendererBuilderState._svgImplMethods in com.openhtmltopdf.outputdevice.helper with parameters of type SVGDrawerModifier and TypeMethodDescriptionfinal TFinalClassBaseRendererBuilder.useMathMLDrawer(SVGDrawer mathMlImpl) Use the specified MathML implementation.final TFinalClassBaseRendererBuilder.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 SVGDrawerPdfBoxRenderer._mathmlImplprivate final SVGDrawerPdfBoxReplacedElementFactory._mathmlImplprivate SVGDrawerPdfBoxRenderer._svgImplprivate final SVGDrawerPdfBoxReplacedElementFactory._svgImplConstructors 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