Package com.itextpdf.awt
Class PdfPrinterGraphics2D
- java.lang.Object
-
- java.awt.Graphics
-
- java.awt.Graphics2D
-
- com.itextpdf.awt.PdfGraphics2D
-
- com.itextpdf.awt.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 thePrinterGraphics
interface.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.awt.PdfGraphics2D
PdfGraphics2D.HyperLinkKey
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.print.PrinterJob
printerJob
-
Fields inherited from class com.itextpdf.awt.PdfGraphics2D
AFM_DIVISOR, background, baseFont, baseFonts, cb, clip, currentFillGState, currentStrokeGState, disposeCalled, fillGState, font, fontMapper, fontSize, height, originalStroke, paint, rhints, strikethrough, stroke, strokeGState, transform, underline, width
-
-
Constructor Summary
Constructors Constructor Description PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, boolean onlyShapes, java.awt.print.PrinterJob printerJob)
PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)
PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, java.awt.print.PrinterJob printerJob)
PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, java.awt.print.PrinterJob printerJob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.print.PrinterJob
getPrinterJob()
-
Methods inherited from class com.itextpdf.awt.PdfGraphics2D
addRenderingHints, asPoints, clearRect, clip, clipRect, copyArea, create, dispose, doAttributes, draw, drawArc, drawGlyphVector, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawImage, drawLine, drawOval, drawPolygon, drawPolyline, drawRect, drawRenderableImage, drawRenderedImage, drawRoundRect, drawString, drawString, drawString, drawString, fill, fillArc, fillOval, fillPolygon, fillRect, fillRoundRect, getBackground, getClip, getClipBounds, getColor, getComposite, getContent, getDeviceConfiguration, getFont, getFontMetrics, getFontRenderContext, getPaint, getRenderingHint, getRenderingHints, getStroke, getTransform, hit, normalizeMatrix, prepareColor, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, transform, translate, translate
-
-
-
-
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)
-
-