Class PdfPrinterGraphics2D

  • All Implemented Interfaces:
    java.awt.print.PrinterGraphics

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

      • printerJob

        private java.awt.print.PrinterJob printerJob
    • Constructor Detail

      • PdfPrinterGraphics2D

        public PdfPrinterGraphics2D​(PdfContentByte cb,
                                    float width,
                                    float height,
                                    java.awt.print.PrinterJob printerJob)
      • PdfPrinterGraphics2D

        public PdfPrinterGraphics2D​(PdfContentByte cb,
                                    float width,
                                    float height,
                                    boolean onlyShapes,
                                    java.awt.print.PrinterJob printerJob)
      • PdfPrinterGraphics2D

        public PdfPrinterGraphics2D​(PdfContentByte cb,
                                    float width,
                                    float height,
                                    FontMapper fontMapper,
                                    java.awt.print.PrinterJob printerJob)
      • PdfPrinterGraphics2D

        public PdfPrinterGraphics2D​(PdfContentByte cb,
                                    float width,
                                    float height,
                                    FontMapper fontMapper,
                                    boolean onlyShapes,
                                    boolean convertImagesToJPEG,
                                    float quality,
                                    java.awt.print.PrinterJob printerJob)
    • Method Detail

      • getPrinterJob

        public java.awt.print.PrinterJob getPrinterJob()
        Specified by:
        getPrinterJob in interface java.awt.print.PrinterGraphics