Package com.orsonpdf
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).-
Interface Summary Interface Description FontMapper Maps an AWT font to a PDF built-in font. -
Class Summary 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 AStream
that contains graphics for the PDF document that can be generated via thePDFGraphics2D
class.Page Represents a page in aPDFDocument
.Pages APDFObject
that maintains the list of pages for the document.Pattern A pattern object (see the concrete subclassPattern.ShadingPattern
).Pattern.ShadingPattern A shading pattern object.PDFDocument Represents a PDF document.PDFFont APDFObject
representing a PDF font.PDFGraphics2D AGraphics2D
implementation that writes to PDF format.PDFGraphicsConfiguration A graphics configuration for thePDFGraphics2D
class.PDFGraphicsDevice A graphics device for use in thePDFGraphicsConfiguration
class.PDFHints Defines the rendering hints that can be used with thePDFGraphics2D
class.PDFHints.Key A key for hints used by thePDFGraphics2D
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 Summary Enum Description FunctionType The PDF function types.