java.lang.Object
java.awt.Graphics
java.awt.Graphics2D
com.lowagie.text.pdf.PdfGraphics2D
com.lowagie.text.pdf.PdfPrinterGraphics2D
- All Implemented Interfaces:
PrinterGraphics
Deprecated.
This is an extension class for the sole purpose of implementing the
PrinterGraphics interface.-
Nested Class Summary
Nested classes/interfaces inherited from class com.lowagie.text.pdf.PdfGraphics2D
PdfGraphics2D.HyperLinkKey -
Field Summary
Fields inherited from class com.lowagie.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) Deprecated.protectedDeprecated. -
Method Summary
Methods inherited from class com.lowagie.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) Deprecated. -
PdfPrinterGraphics2D
Deprecated.
-
-
Method Details
-
getPrinterJob
Deprecated.- Specified by:
getPrinterJobin interfacePrinterGraphics
-
createChild
Deprecated.- Overrides:
createChildin classPdfGraphics2D
-