Package com.openhtmltopdf.extend
Interface OutputDeviceGraphicsDrawer
-
public interface OutputDeviceGraphicsDrawer
Render something on a Graphics2D on the OutputDevice. Intented to be a FunctionalInterface in Java 8.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(java.awt.Graphics2D graphics2D)
Draw something using the given graphics.
-