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 FSObjectDrawerFactoryJava2DRenderer. _objectDrawerFactoryprivate FSObjectDrawerFactoryJava2DReplacedElementFactory. _objectDrawerFactoryConstructors 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 classStandardObjectDrawerFactoryA 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 FSObjectDrawerFactoryBaseRendererBuilder.BaseRendererBuilderState. _objectDrawerFactoryMethods in com.openhtmltopdf.outputdevice.helper with parameters of type FSObjectDrawerFactory Modifier and Type Method Description TFinalClassBaseRendererBuilder. 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 FSObjectDrawerFactoryPdfBoxReplacedElementFactory. _objectDrawerFactoryConstructors 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 classDefaultObjectDrawerFactoryDefault FSObjectDrawer factory, which allows to register drawer for specified content type
-