java.awt.print.PrinterGraphics
public class PdfPrinterGraphics2D extends PdfGraphics2D implements java.awt.print.PrinterGraphics
PrinterGraphics
interface.PdfGraphics2D.HyperLinkKey
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 | 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) |
Modifier and Type | Method | Description |
---|---|---|
java.awt.print.PrinterJob |
getPrinterJob() |
create, drawBytes, drawChars, drawPolygon, fillPolygon, finalize, getClipBounds, getClipRect, getFontMetrics, hitClip, toString
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, java.awt.print.PrinterJob printerJob)
public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, boolean onlyShapes, java.awt.print.PrinterJob printerJob)
public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, java.awt.print.PrinterJob printerJob)
public PdfPrinterGraphics2D(PdfContentByte cb, float width, float height, FontMapper fontMapper, boolean onlyShapes, boolean convertImagesToJPEG, float quality, java.awt.print.PrinterJob printerJob)
Copyright © 1998–2018. All rights reserved.