Uses of Interface
com.openhtmltopdf.extend.OutputDeviceGraphicsDrawer
-
Packages that use OutputDeviceGraphicsDrawer Package Description com.openhtmltopdf.extend com.openhtmltopdf.java2d com.openhtmltopdf.pdfboxout -
-
Uses of OutputDeviceGraphicsDrawer in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type OutputDeviceGraphicsDrawer Modifier and Type Method Description void
OutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
Draw something using a Graphics2D at the given rectangle. -
Uses of OutputDeviceGraphicsDrawer in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type OutputDeviceGraphicsDrawer Modifier and Type Method Description void
Java2DOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
-
Uses of OutputDeviceGraphicsDrawer in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type OutputDeviceGraphicsDrawer Modifier and Type Method Description void
PdfBoxFastOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
void
PdfBoxOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
void
PdfBoxSlowOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
-