Interface OutputDeviceGraphicsDrawer


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

    Modifier and Type
    Method
    Description
    void
    render(Graphics2D graphics2D)
    Draw something using the given graphics.
  • Method Details

    • 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