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 TypeMethodDescriptionvoid
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 OutputDeviceGraphicsDrawerModifier and TypeMethodDescriptionvoid
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 OutputDeviceGraphicsDrawerModifier and TypeMethodDescriptionvoid
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)