java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
org.openpdf.text.pdf.PdfGraphics2D
org.openpdf.text.pdf.PdfPrinterGraphics2D
- All Implemented Interfaces:
PrinterGraphics
This is an extension class for the sole purpose of implementing the
PrinterGraphics interface.-
Nested Class Summary
Nested classes/interfaces inherited from class org.openpdf.text.pdf.PdfGraphics2D
PdfGraphics2D.HyperLinkKey -
Field Summary
Fields inherited from class org.openpdf.text.pdf.PdfGraphics2D
AFM_DIVISOR, currentFillGState, currentStrokeGState, fillGState, strokeGState, underline -
Constructor Summary
ConstructorsModifierConstructorDescriptionPdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) protected -
Method Summary
Methods inherited from class org.openpdf.text.pdf.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, rotate, rotate, scale, setBackground, setClip, setClip, setColor, setComposite, setCompositeFontDrawerEnabled, setFont, setPaint, setPaintMode, setRenderingHint, setRenderingHints, setStroke, setTransform, setXORMode, shear, transform, translate, translateMethods inherited from class java.awt.Graphics2D
draw3DRect, fill3DRectMethods inherited from class java.awt.Graphics
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
-
Constructor Details
-
PdfPrinterGraphics2D
public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, PrinterJob printerJob) -
PdfPrinterGraphics2D
-
-
Method Details
-
getPrinterJob
- Specified by:
getPrinterJobin interfacePrinterGraphics
-
createChild
- Overrides:
createChildin classPdfGraphics2D
-