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 voidOutputDevice. 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 voidJava2DOutputDevice. 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 voidPdfBoxFastOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)voidPdfBoxOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)voidPdfBoxSlowOutputDevice. drawWithGraphics(float x, float y, float width, float height, OutputDeviceGraphicsDrawer renderer)
-