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 SVGDrawerJava2DRenderer. _mathMLImplprivate SVGDrawerJava2DReplacedElementFactory. _mathMLImplprivate SVGDrawerJava2DRenderer. _svgImplprivate SVGDrawerJava2DReplacedElementFactory. _svgImplConstructors 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 SVGDrawerBaseRendererBuilder.BaseRendererBuilderState. _mathmlImplSVGDrawerBaseRendererBuilder.BaseRendererBuilderState. _svgImplMethods in com.openhtmltopdf.outputdevice.helper with parameters of type SVGDrawer Modifier and Type Method Description TFinalClassBaseRendererBuilder. useMathMLDrawer(SVGDrawer mathMlImpl)Use the specified MathML implementation.TFinalClassBaseRendererBuilder. 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 SVGDrawerPdfBoxRenderer. _mathmlImplprivate SVGDrawerPdfBoxReplacedElementFactory. _mathmlImplprivate SVGDrawerPdfBoxRenderer. _svgImplprivate SVGDrawerPdfBoxReplacedElementFactory. _svgImplConstructors 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 classBatikSVGDrawer
-