Uses of Interface
com.openhtmltopdf.extend.FSObjectDrawer
-
-
Uses of FSObjectDrawer in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return FSObjectDrawer Modifier and Type Method Description FSObjectDrawerFSObjectDrawerFactory. createDrawer(org.w3c.dom.Element e)Determine an object drawer for the given object tag element. -
Uses of FSObjectDrawer in com.openhtmltopdf.java2d
Fields in com.openhtmltopdf.java2d declared as FSObjectDrawer Modifier and Type Field Description private FSObjectDrawerJava2DObjectDrawerReplacedElement. drawerConstructors in com.openhtmltopdf.java2d with parameters of type FSObjectDrawer Constructor Description Java2DObjectDrawerReplacedElement(org.w3c.dom.Element e, FSObjectDrawer drawer, int width, int height, int dotsPerPixel) -
Uses of FSObjectDrawer in com.openhtmltopdf.objects.jfreechart
Classes in com.openhtmltopdf.objects.jfreechart that implement FSObjectDrawer Modifier and Type Class Description classJFreeChartBarDiagramObjectDrawerclassJFreeChartPieDiagramObjectDrawer -
Uses of FSObjectDrawer in com.openhtmltopdf.objects.pdf
Classes in com.openhtmltopdf.objects.pdf that implement FSObjectDrawer Modifier and Type Class Description classForegroundPdfDrawerclassMergeBackgroundPdfDrawerclassPdfDrawerBase -
Uses of FSObjectDrawer in com.openhtmltopdf.objects.zxing
Classes in com.openhtmltopdf.objects.zxing that implement FSObjectDrawer Modifier and Type Class Description classZXingObjectDrawer -
Uses of FSObjectDrawer in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as FSObjectDrawer Modifier and Type Field Description private FSObjectDrawerPdfBoxObjectDrawerReplacedElement. drawerConstructors in com.openhtmltopdf.pdfboxout with parameters of type FSObjectDrawer Constructor Description PdfBoxObjectDrawerReplacedElement(org.w3c.dom.Element e, FSObjectDrawer drawer, int cssWidth, int cssHeight, SharedContext c) -
Uses of FSObjectDrawer in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render with type parameters of type FSObjectDrawer Modifier and Type Field Description private java.util.Map<java.lang.String,FSObjectDrawer>DefaultObjectDrawerFactory. drawerMapMaps content type => DrawerMethods in com.openhtmltopdf.render that return FSObjectDrawer Modifier and Type Method Description FSObjectDrawerDefaultObjectDrawerFactory. createDrawer(org.w3c.dom.Element e)Methods in com.openhtmltopdf.render with parameters of type FSObjectDrawer Modifier and Type Method Description voidDefaultObjectDrawerFactory. registerDrawer(java.lang.String contentType, FSObjectDrawer drawer)
-