|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.faceless.pdf2 | |
---|---|
org.faceless.graph.output | Contains the classes for rendering a Graph to an output device. |
org.faceless.pdf2 | Contains the classes used to create a PDF document |
org.faceless.report | Contains the high-level classes for running the XML to PDF conversion |
Classes in org.faceless.pdf2 used by org.faceless.graph.output | |
---|---|
PDFFont
The PDFFont is the abstract superclass for all Fonts in a PDF document. |
|
PDFPage
Represents a Page in a PDF document. |
Classes in org.faceless.pdf2 used by org.faceless.pdf2 | |
---|---|
AnnotationLink
A subtype new PDFAnnotation that performs the specified action
when clicked. |
|
AnnotationMarkup
This class represents the type of PDFAnnotation created by the
"Text Edit" option in Acrobat 6. |
|
AnnotationNote
This class represents the type of PDFAnnotation created by the
"Note Tool" in Acrobat. |
|
BarCode
This class allows the creation of various bar code symbols. |
|
Cache
This interface represents a structure which can be used to store parts of a PDF to disk, a database or some other secondary storage, to reduce the amount of memory required to generate a PDF. |
|
Cache.Entry
Represents a single entry in the Cache. |
|
CMYKColorSpace
A subclass of ColorSpace representing the uncalibrated (device-dependent)
CMYK color space available in PDF documents. |
|
EGIZSignatureHandler
The EGIZSignatureHandler SignatureHandler provides the framework for signing
documents according to the requirements set by
http://www.egiz.gv.at/. |
|
EGIZSignatureHandler.Factory
An implementation of this Factory is required to create and control the EGIZSignatureHandler |
|
EmbeddedFile
This class represents a file which may be embedded into a PDF document, either by using the AnnotationFile class or through the PDF.getEmbeddedFiles()
map. |
|
EncryptionHandler
An EncryptionHandler is the abstract superclass of all algorithms that are used to encrypt a PDF document before saving. |
|
Event
Enumeration class for listing the various types of event that can occur while a PDF document is being loded in Acrobat. |
|
FDF
A class representing an FDF object. |
|
Form
The Form class represents the interactive Form that may be included as part of a PDF document. |
|
FormElement
The FormElement class is the baseclass for all
elements which may be added to a Form . |
|
FormSignature
This class represents a public key "Digital Signature" which can be used to sign a PDF document. |
|
JSCoreMethods
This class contains various methods which are called from JavaScript. |
|
JSEvent
Represents the JavaScript "Event" class. |
|
LayoutBox
A LayoutBox is a box for laying out text, which allows a great
deal more control over positioning than the standard
drawText method. |
|
LayoutBox.Box
A class representing a Box, several of which make up the visible content of a LayoutBox. |
|
LayoutBox.Text
The Text class is a subclass of LayoutBox.Box which
is specifically for displaying Text. |
|
OpenTypeFont
A subclass of PDFFont that represents an OpenType font. |
|
OutputProfile
An OutputProfile defines a variation on the PDF specification which a document must adhere to. |
|
OutputProfile.Feature
An OutputProfile is made up of Features , which may be
required or denied. |
|
PageExtractor
This class enables the extraction of text and images from a PDFPage . |
|
PageExtractor.Text
A class representing a piece of text which is extracted from the PageExtractor . |
|
PagePainter
The PagePainter class renders a page of a PDF to a Graphics2D object -
typically to a bitmap image or a printer. |
|
PDF
A PDF describes a single document in Adobe's Portable
Document Format. |
|
PDFAction
An action tells the PDF viewer how to navigate around the document. |
|
PDFAnnotation
A PDFAnnotation allows the user to interact with the generated PDF document, by adding / viewing rubber-stamps, popup notes hyperlinks and so on. |
|
PDFBookmark
This class describes the Bookmark or Outline
part of a PDF document - the "Table of Contents" structure that allows
easy navigation through the document. |
|
PDFCanvas
This class represents a the visible content of a page, annotation or similar. |
|
PDFFont
The PDFFont is the abstract superclass for all Fonts in a PDF document. |
|
PDFGlyphVector
A PDFGlyphVector is a sequence of glyphs in a particular font. |
|
PDFImage
The PDFImage class encapsulates a bitmap image, like a JPEG or PNG file, which can be inserted directly into the PDF document. |
|
PDFPage
Represents a Page in a PDF document. |
|
PDFPattern
Create a new "pattern" fill to paint with. |
|
PDFReader
The PDFReader class adds the ability to load an existing PDF to the
library. |
|
PDFSound
A PDFSound represents an audio sample in a PDF document. |
|
PDFStyle
A PDFStyle controls the colors, font and many other aspects of the actual display of elements on a PDF page. |
|
PropertyManager
This interface defines an object which can be used to set values to be used to control the PDF library - turning on or off debug flags, controlling the location of additional software and so on. |
|
SignatureHandler
This class is the baseline handler for all digital signatures - it could theoretically be used for any type of signature, using biometrics, public/private key and so on. |
|
SignatureHandlerFactory
This interface defines a factory for creating SignatureHandler
objects. |
|
WidgetAnnotation
The WidgetAnnotation class represents the type of annotation
used to represent the visual contents of a FormElement on the page. |
Classes in org.faceless.pdf2 used by org.faceless.report | |
---|---|
PDF
A PDF describes a single document in Adobe's Portable
Document Format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |