Interface OutputDeviceGraphicsDrawer


  • public interface OutputDeviceGraphicsDrawer
    Render something on a Graphics2D on the OutputDevice. Intented to be a FunctionalInterface in Java 8.
    • Method Detail

      • render

        void render​(java.awt.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