Package com.openhtmltopdf.extend
Interface OutputDeviceGraphicsDrawer
-
public interface OutputDeviceGraphicsDrawerRender something on a Graphics2D on the OutputDevice. Intented to be a FunctionalInterface in Java 8.
-
-
Method Summary
Modifier and Type Method Description voidrender(Graphics2D graphics2D)Draw something using the given graphics.
-
-
-
Method Detail
-
render
void render(Graphics2D graphics2D)
Draw something using the given graphics. For PDFs it will be converted to vector drawings.- Parameters:
graphics2D- the graphics you can use to draw
-
-