Uses of Interface
com.openhtmltopdf.extend.OutputDeviceGraphicsDrawer
Packages that use OutputDeviceGraphicsDrawer
-
Uses of OutputDeviceGraphicsDrawer in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type OutputDeviceGraphicsDrawerModifier and TypeMethodDescriptionvoidOutputDevice.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 OutputDeviceGraphicsDrawerModifier and TypeMethodDescriptionvoidJava2DOutputDevice.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 OutputDeviceGraphicsDrawerModifier and TypeMethodDescriptionvoidPdfBoxFastOutputDevice.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)