Package org.openpdf.renderer
package org.openpdf.renderer
-
ClassDescriptionAn abstract implementation of the watchable interface, that is extended by the parser and renderer to do their thing.A class that lets us give it a target time or number of steps, and will tell us to stop after that much time or that many stepsA cache of PDF pages and images.Since there is no context that is passed between the various classes that perform the pdf parsing and rendering, we introduce this class to at least globally configure PDFRenderer.A
CharsetEncoderthat attempts to write out the lower 8 bits of any character.A PDF name tree consists of three kinds of nodes: The root node contains only a kids entry, pointing to many other objects An intermediate node contains the limits of all the children in its subtree, and a kids entry for each child A leaf node contains a set of name-to-object mappings in a dictionary, as well as the limits of the data contained in that child.change the stroke styleThe abstract superclass of all drawing commands for a PDFPage.Represents a destination in a PDF file.Encodes into a PDFDocEncoding representation.Deprecated.An encapsulation of a .pdf file.set the fill paintset the fill paintEncapsulates a PDF ImageA wrapper for ComponentColorSpace which normalizes based on the decode array.draw an imagean exception class for recording errors when parsing an PDFImagea class encapsulating all the possibilities of content for an object in a PDF file.A PDFPage encapsulates the parsed commands required to render a single page from a PDFFile.PDFPaint is some kind of shader that knows how to fill a path.an exception class for recording parse errors in the PDF filePDFParser is the class that parses a PDF content stream and produces PDFCmds for a PDFPage.a token from a PDF Streampop the graphics statepush the graphics stateThis class turns a set of PDF Commands from a PDF page into an image.set the shade paintEncapsulates a path.Utility methods for dealing with PDF Strings, such as:converting to text stringsconverting to PDFDocEncoded stringsconverting to UTF-16BE stringsconverting basic strings betweenbyteandstringrepresentationsset the stroke paintset the stroke paintProvides a read-only sample-model where components are less than a byte in width while allowing for pixels to cross byte-boundaries.a class encapsulating the text stateconcatenate a transform to the graphics statea cross reference representing a line in the PDF cross referencing table.A BufferedImage subclass that holds a strong reference to its graphics object.An interface for rendering or parsing, which can be stopped and started.