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 FSObjectDrawer
FSObjectDrawerFactory. 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 FSObjectDrawer
Java2DObjectDrawerReplacedElement. drawer
Constructors 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 class
JFreeChartBarDiagramObjectDrawer
class
JFreeChartPieDiagramObjectDrawer
-
Uses of FSObjectDrawer in com.openhtmltopdf.objects.pdf
Classes in com.openhtmltopdf.objects.pdf that implement FSObjectDrawer Modifier and Type Class Description class
ForegroundPdfDrawer
class
MergeBackgroundPdfDrawer
class
PdfDrawerBase
-
Uses of FSObjectDrawer in com.openhtmltopdf.objects.zxing
Classes in com.openhtmltopdf.objects.zxing that implement FSObjectDrawer Modifier and Type Class Description class
ZXingObjectDrawer
-
Uses of FSObjectDrawer in com.openhtmltopdf.pdfboxout
Fields in com.openhtmltopdf.pdfboxout declared as FSObjectDrawer Modifier and Type Field Description private FSObjectDrawer
PdfBoxObjectDrawerReplacedElement. drawer
Constructors 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. drawerMap
Maps content type => DrawerMethods in com.openhtmltopdf.render that return FSObjectDrawer Modifier and Type Method Description FSObjectDrawer
DefaultObjectDrawerFactory. createDrawer(org.w3c.dom.Element e)
Methods in com.openhtmltopdf.render with parameters of type FSObjectDrawer Modifier and Type Method Description void
DefaultObjectDrawerFactory. registerDrawer(java.lang.String contentType, FSObjectDrawer drawer)
-