com.lowagie.text.pdf

Class PdfPrinterGraphics2D

public class PdfPrinterGraphics2D extends PdfGraphics2D implements PrinterGraphics

This is an extension class for the sole purpose of implementing the java.awt.print.PrinterGraphics PrinterGraphics interface.
Field Summary
PrinterJobprinterJob
Constructor Summary
PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, PrinterJob printerJob)
Method Summary
PrinterJobgetPrinterJob()

Field Detail

printerJob

private PrinterJob printerJob

Constructor Detail

PdfPrinterGraphics2D

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

Method Detail

getPrinterJob

public PrinterJob getPrinterJob()