A C D E F G H I K L P R S T V Z

D

DocumentInfo - class com.qoppa.pdfWriter.DocumentInfo.
This class is used to set the document information fields in a PDF document.
DocumentInfo() - Constructor for class com.qoppa.pdfWriter.DocumentInfo
Document Info constructor.
defaultPage() - Method in class com.qoppa.pdfWriter.PDFPrinterJob
Returns the default page format for PDFPrinterJob.
defaultPage(PageFormat) - Method in class com.qoppa.pdfWriter.PDFPrinterJob
Clones the PageFormat argument and alters the clone to describe a default page size and orientation.
dispose() - Method in class com.qoppa.pdfWriter.PDFGraphics
Disposes of this graphics context and releases any system resources that it is using.
draw(Shape) - Method in class com.qoppa.pdfWriter.PDFGraphics
Strokes the outline of a Shape using the settings of the current Graphics2D context.
drawArc(int, int, int, int, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawGlyphVector(GlyphVector, float, float) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders the text of the specified GlyphVector using the Graphics2D context's rendering attributes.
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders a BufferedImage that is filtered with a BufferedImageOp.
drawImage(Image, AffineTransform, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders an image, applying a transform from image space into user space before drawing.
drawImage(Image, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawLine(int, int, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolyline(int[], int[], int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws the outline of the specified rectangle.
drawRenderableImage(RenderableImage, AffineTransform) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders a RenderableImage, applying a transform from image space into user space before drawing.
drawRenderedImage(RenderedImage, AffineTransform) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders a RenderedImage, applying a transform from image space into user space before drawing.
drawRoundRect(int, int, int, int, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, float, float) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders the text specified by the specified String, using the current Font and Paint attributes in the Graphics2D context.
drawString(String, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws the text given by the specified string, using this graphics context's current font and color.
drawString(AttributedCharacterIterator, float, float) - Method in class com.qoppa.pdfWriter.PDFGraphics
Renders the text of the specified iterator, using the Graphics2D context's current Paint.
drawString(AttributedCharacterIterator, int, int) - Method in class com.qoppa.pdfWriter.PDFGraphics
Draws the text given by the specified iterator, using this graphics context's current color.

A C D E F G H I K L P R S T V Z