PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).See: Description
Interface | Description |
---|---|
FontMapper |
Maps an AWT font to a PDF built-in font.
|
Class | Description |
---|---|
DefaultFontMapper |
A class that can be used to map AWT/Java2D fonts to PDF built-in font names.
|
Dictionary |
A dictionary is a map and supports writing the bytes for the dictionary
in the PDF syntax.
|
DictionaryObject |
A PDF object that is represented by a dictionary.
|
ExponentialInterpolationFunction |
A PDF "Type 2" function.
|
FontKey |
A key to represent a Java2D font.
|
Function |
A PDF function object.
|
GraphicsStateDictionary |
A graphics state dictionary.
|
GraphicsStream |
A
Stream that contains graphics for the PDF document that
can be generated via the PDFGraphics2D class. |
Page |
Represents a page in a
PDFDocument . |
Pages |
A
PDFObject that maintains the list of pages for the document. |
Pattern |
A pattern object (see the concrete subclass
Pattern.ShadingPattern ). |
Pattern.ShadingPattern |
A shading pattern object.
|
PDFDocument |
Represents a PDF document.
|
PDFFont |
A
PDFObject representing a PDF font. |
PDFGraphics2D |
A
Graphics2D implementation that writes to PDF format. |
PDFGraphicsConfiguration |
A graphics configuration for the
PDFGraphics2D class. |
PDFGraphicsDevice |
A graphics device for use in the
PDFGraphicsConfiguration class. |
PDFHints |
Defines the rendering hints that can be used with the
PDFGraphics2D
class. |
PDFHints.Key |
A key for hints used by the
PDFGraphics2D class. |
PDFImage |
Represents an image in a PDF document.
|
PDFObject |
A PDF Object (also referred to as an 'Indirect Object' in the PDF
specification).
|
PDFSoftMaskImage |
Represents a soft mask image in a PDF document.
|
PDFUtils |
Various utility functions for working with the PDF format.
|
StitchingFunction |
A stitching function.
|
Stream |
Enum | Description |
---|---|
FunctionType |
The PDF function types.
|
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).