All Classes Interface Summary Class Summary Enum Summary Exception Summary
Class |
Description |
AdobeGlyphList |
Build an object which provides access to all the Adobe glyph names, using
a unicode value, and which can translate a glyph name to one or more
unicode values.
|
AlternateColorSpace |
A color space that uses another color space to return values, and a
function to map between values in the input and input values to the
alternate color space
|
ASCII85Decode |
decode ASCII85 text into a byte array.
|
ASCIIHexDecode |
decode an array of hex nybbles into a byte array
|
BaseWatchable |
An abstract implementation of the watchable interface, that is extended
by the parser and renderer to do their thing.
|
BuiltinFont |
This class represents the 14 built-in fonts.
|
Cache |
A cache of PDF pages and images.
|
CalGrayColor |
A ColorSpace for calibrated gray
|
CalRGBColor |
A ColorSpace for calibrated RGB
|
CCITTFaxDecode |
|
CCITTFaxDecoder |
|
CIDFontType2 |
a font object derived from a CID font.
|
CMap |
|
CMapFormat0 |
|
CMapFormat4 |
|
CMapFormat6 |
|
CmapTable |
Represents the TTF "cmap" table
|
CMYKColorSpace |
A ColorSpace for the CMYK color space.
|
CryptFilterDecrypter |
Implements Version 4 standard decryption, whereby the Encrypt dictionary
contains a list of named 'crypt filters', each of which is the equivalent
of a PDFDecrypter .
|
DCTDecode |
decode a DCT encoded array into a byte array.
|
EncryptionUnsupportedByPlatformException |
Identifies that the specified encryption mechanism, though supported by the
product, is not supported by the platform that it is running on; i.e., that
either the JCE does not support a required cipher or that its policy is
such that a key of a given length can not be used.
|
EncryptionUnsupportedByProductException |
Identifies that the specified encryption mechanism is not
supported by this product, that is, PDFRenderer, as opposed to
a limitation in
the platform .
|
FlateDecode |
decode a deFlated byte array
|
FlPoint |
A floating-point Point, with public fields.
|
FontSupport |
some constants and utility functions for font support.
|
FunctionType0 |
A sampled function maps input values to output values by interpolating
along a line or cubic between two known values.
|
FunctionType2 |
A type 2 function is an exponential interpolation function, which maps
from one input value to n output values using a simple exponential
formula.
|
FunctionType3 |
3.9.3 - A stitching function define a stitching of the subdomains of
several 1-input functions to produce a single new 1-input function.
|
FunctionType4 |
A PostScript function is represented as a stream containing code
written in a small subset of the PostScript language.
|
Glyf |
A single glyph in a pdf font.
|
GlyfCompound |
A single simple glyph in a pdf font.
|
GlyfSimple |
A single simple glyph in a pdf font.
|
GlyfTable |
Model the TrueType Glyf table
|
GoToAction |
An action which specifies going to a particular destination
|
HeadTable |
|
HexDump |
|
HheaTable |
|
HmtxTable |
Model the TrueType Post table
|
Identity8BitCharsetEncoder |
A CharsetEncoder that attempts to write out the lower 8 bits
of any character.
|
IdentityDecrypter |
Performs identity decryption; that is, inputs aren't encrypted and
are returned right back.
|
ImageInfo |
|
IndexedColor |
A PDFColorSpace for an IndexedColor model
|
LabColor |
A ColorSpace for Lab color
|
LocaTable |
Model the TrueType Loca table
|
LZWDecode |
decode an LZW-encoded array of bytes.
|
MaskColorSpace |
A color space used to implement masks.
|
MaxpTable |
|
MyTracker |
Image tracker.
|
NameTable |
|
NameTree |
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.
|
NativeFont |
a font object derived from a true type font.
|
OutlineFont |
Supports width operations for Type1, Type1C, TrueType and Type3 fonts
|
OutlineNode |
|
PatternSpace |
A PatternSpace fills with a pattern, the name of which is
specified in the call to getPaint().
|
PatternType1 |
A type 1 (tiling) pattern
|
PDFAction |
The common super-class of all PDF actions.
|
PDFAuthenticationFailureException |
Identifies that the supplied password was incorrect or non-existent
and required.
|
PDFChangeStrokeCmd |
change the stroke style
|
PDFCMap |
A CMap maps from a character in a composite font to a font/glyph number
pair in a CID font.
|
PDFCmd |
The abstract superclass of all drawing commands for a PDFPage.
|
PDFColorSpace |
A color space that can convert a set of color components into
PDFPaint.
|
PDFDecoder |
A PDF Decoder encapsulates all the methods of decoding a stream of bytes
based on all the various encoding methods.
|
PDFDecrypter |
A decrypter decrypts streams and strings in a PDF document.
|
PDFDecrypterFactory |
Produces a PDFDecrypter for documents given a (possibly non-existent)
Encrypt dictionary.
|
PDFDestination |
Represents a destination in a PDF file.
|
PDFDocCharsetEncoder |
Encodes into a PDFDocEncoding representation.
|
PDFDocEncodingMapGenerator |
Parses text from the PDF reference describing the PDFDocEncoding
and verifies it against standard Unicode character names and
a few other heuristics to establish correctness.
|
PDFDocEncodingMapGenerator.CharChange |
|
PDFFile |
An encapsulation of a .pdf file.
|
PDFFillAlphaCmd |
set the fill paint
|
PDFFillPaintCmd |
set the fill paint
|
PDFFont |
a Font definition for PDF files
|
PDFFontDescriptor |
|
PDFFontEncoding |
The PDFFont encoding encapsulates the mapping from character codes
in the PDF document to glyphs of the font.
|
PDFFunction |
PDF Functions are defined in the reference as Section 3.9.
|
PDFGlyph |
A single glyph in a stream of PDF text, which knows how to write itself
onto a PDF command stream
|
PDFImage |
Encapsulates a PDF Image
|
PDFImageCmd |
draw an image
|
PDFObject |
a class encapsulating all the possibilities of content for
an object in a PDF file.
|
PDFPage |
A PDFPage encapsulates the parsed commands required to render a
single page from a PDFFile.
|
PDFPaint |
PDFPaint is some kind of shader that knows how to fill a path.
|
PDFParseException |
an exception class for recording parse errors in the PDF file
|
PDFParser |
PDFParser is the class that parses a PDF content stream and
produces PDFCmds for a PDFPage.
|
PDFPassword |
Identifies a PDF Password, expressible either as a string or a
byte sequence.
|
PDFPassword.CharsetEncoderGenerator |
Converts strings to byte by employing a CharsetEncoder and a
configurable mechanism to replace or ignore characters that are
unrepresentable according to the encoder.
|
PDFPassword.IdentityEncodingByteGenerator |
Generate byte[] representations based on a Unicode code point identity
encoding; characters over 255 in value are considered unrepresentable
|
PDFPassword.PasswordByteGenerator |
Converts a string password to a byte[] representation
|
PDFPassword.PDFDocEncodingByteGenerator |
Generate byte[] representations based on the PDFDocEncoding
|
PDFPattern |
The abstract superclass of all PDF Pattern types
|
PDFPopCmd |
pop the graphics state
|
PDFPushCmd |
push the graphics state
|
PDFRenderer |
This class turns a set of PDF Commands from a PDF page into an image.
|
PDFShader |
A PDFShader fills a given region with a shading, such as a gradient.
|
PDFShapeCmd |
Encapsulates a path.
|
PDFStringUtil |
|
PDFStrokeAlphaCmd |
set the stroke paint
|
PDFStrokePaintCmd |
set the stroke paint
|
PDFTextFormat |
a class encapsulating the text state
|
PDFXformCmd |
concatenate a transform to the graphics state
|
PDFXref |
a cross reference representing a line in the PDF cross referencing
table.
|
PNGPredictor |
Undo prediction based on the PNG algorithm.
|
PostTable |
Model the TrueType Post table
|
Predictor |
The abstract superclass of various predictor objects that undo well-known
prediction algorithms.
|
RefImage |
A BufferedImage subclass that holds a strong reference to its graphics
object.
|
RunLengthDecode |
decode an array of Run Length encoded bytes into a byte array
|
ShaderType2 |
A shader that performs axial shader based on a function.
|
StandardDecrypter |
Standard simple decrypter for versions 1, 2 and 4 of the Standard
password-based decryption mechanisms, as described in section 3.5 of
the PDF Reference version 1.7.
|
StandardDecrypter.EncryptionAlgorithm |
Describes an encryption algorithm to be used, declaring not only the
cipher type, but also key generation techniques
|
TrueTypeFont |
|
TrueTypeTable |
The base class for TrueType tables.
|
TTFFont |
A true-type font
|
Type0Font |
Type 0 fonts are composite fonts with a CMAP to map between
source character codes and destination fonts/codes
|
Type1CFont |
A representation, with parser, of an Adobe Type 1C font.
|
Type1Font |
A representation, with parser, of an Adobe Type 1 font.
|
Type3Font |
A Type 3 Font, in which each glyph consists of a sequence of PDF
commands.
|
UnsupportedEncryptionException |
Identifies that the specified encryption mechanism is not
supported by this product or platform.
|
Watchable |
An interface for rendering or parsing, which can be stopped and started.
|