Class PdfPrinterGraphics2D

All Implemented Interfaces:
PrinterGraphics

public class PdfPrinterGraphics2D extends PdfGraphics2D implements PrinterGraphics
This is an extension class for the sole purpose of implementing the PrinterGraphics interface.
  • Field Details

  • Constructor Details

    • PdfPrinterGraphics2D

      public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, PrinterJob printerJob)
  • Method Details