Uses of Interface
com.openhtmltopdf.extend.FSObjectDrawerFactory
-
Packages that use FSObjectDrawerFactory Package Description com.openhtmltopdf.java2d com.openhtmltopdf.objects com.openhtmltopdf.outputdevice.helper com.openhtmltopdf.pdfboxout com.openhtmltopdf.render -
-
Uses of FSObjectDrawerFactory in com.openhtmltopdf.java2d
Fields in com.openhtmltopdf.java2d declared as FSObjectDrawerFactory Modifier and Type Field Description private FSObjectDrawerFactory
Java2DRenderer. _objectDrawerFactory
private FSObjectDrawerFactory
Java2DReplacedElementFactory. _objectDrawerFactory
Constructors in com.openhtmltopdf.java2d with parameters of type FSObjectDrawerFactory Constructor Description Java2DReplacedElementFactory(SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathMLImpl)
-
Uses of FSObjectDrawerFactory in com.openhtmltopdf.objects
Classes in com.openhtmltopdf.objects that implement FSObjectDrawerFactory Modifier and Type Class Description class
StandardObjectDrawerFactory
A ObjectDrawer Factory which registers some default builtin drawers. -
Uses of FSObjectDrawerFactory in com.openhtmltopdf.outputdevice.helper
Fields in com.openhtmltopdf.outputdevice.helper declared as FSObjectDrawerFactory Modifier and Type Field Description FSObjectDrawerFactory
BaseRendererBuilder.BaseRendererBuilderState. _objectDrawerFactory
Methods in com.openhtmltopdf.outputdevice.helper with parameters of type FSObjectDrawerFactory Modifier and Type Method Description TFinalClass
BaseRendererBuilder. useObjectDrawerFactory(FSObjectDrawerFactory objectDrawerFactory)
Set a factory for <object> drawers -
Uses of FSObjectDrawerFactory in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as FSObjectDrawerFactory Modifier and Type Field Description private FSObjectDrawerFactory
PdfBoxReplacedElementFactory. _objectDrawerFactory
Constructors in com.openhtmltopdf.pdfboxout with parameters of type FSObjectDrawerFactory Constructor Description PdfBoxReplacedElementFactory(PdfBoxOutputDevice outputDevice, SVGDrawer svgImpl, FSObjectDrawerFactory objectDrawerFactory, SVGDrawer mathmlImpl)
-
Uses of FSObjectDrawerFactory in com.openhtmltopdf.render
Classes in com.openhtmltopdf.render that implement FSObjectDrawerFactory Modifier and Type Class Description class
DefaultObjectDrawerFactory
Default FSObjectDrawer factory, which allows to register drawer for specified content type
-