intarsys PDF library API

Uses of Package
de.intarsys.pdf.cos

Packages that use de.intarsys.pdf.cos
de.intarsys.pdf.app.action Some application level framework to handle the event mechanics in a PDF document. 
de.intarsys.pdf.app.appearance The "framework" for dealing with appearances. 
de.intarsys.pdf.cds CDS (Common Data Structure) defines higher level data structures or types on top of COS types that are used all over the PDF spec. 
de.intarsys.pdf.content The "content" package contains functionality to work on PDF content streams. 
de.intarsys.pdf.content.common Some common implementations on PDF content stream. 
de.intarsys.pdf.cos This package implements the low level document and its datatypes according to the pdf specification. 
de.intarsys.pdf.crypt This package implements the security relevant aspects of the PDF spec. 
de.intarsys.pdf.encoding This package implements the encodings of the PDF spec. 
de.intarsys.pdf.fd A basic implementation of the FDF part of the PDF spec. 
de.intarsys.pdf.filter The filter relevant parts of the PDF spec. 
de.intarsys.pdf.font The font part of the PDF is quite large for itself, so it is extracted to a package of its own. 
de.intarsys.pdf.parser Everything related to reading PDF and COS data from data streams. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
de.intarsys.pdf.st The storage level semantics of a PDF document. 
de.intarsys.pdf.writer Serializing a PDF document. 
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.app.action
COSDocument
          This is a COS level representation of a pdf document.
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.app.appearance
COSName
          A name object.
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.cds
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSDictionary
          Represents a collection of associations (Map).
COSInteger
          This class represents integer numbers in pdf
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
COSString
          The string representation for a pdf document
ICOSObjectListener
          A listener for changes in a COSObject.
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.content
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSDictionary
          Represents a collection of associations (Map).
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
COSStream
          An object representing stream data in a PDF document.
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.content.common
COSDictionary
          Represents a collection of associations (Map).
COSName
          A name object.
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.cos
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSBoolean
          Abstract class for the representation of boolean values
COSCatalog
          The document catalog object of the PDF document.
COSCatalog.MetaClass
          The meta class implementation
COSCompositeObject
          A superclass implementation for all containers of other COSObject instances.
COSDictionary
          Represents a collection of associations (Map).
COSDocument
          This is a COS level representation of a pdf document.
COSDocumentElement
          This is a cos level representation of the elements that may be contained in a cos container.
COSFalse
          Represents the boolean value "false".
COSFixed
          Represents floating point numbers in pdf.
COSIndirectObject
          An object representing an indirect object within a COSDocument.
COSInfoDict
          The document information dictionary..
COSInfoDict.MetaClass
          The meta class implementation
COSInteger
          This class represents integer numbers in pdf
COSName
          A name object.
COSNull
          The null object
COSNumber
          Abstract superclass for numeric objects in a pdf document
COSObject
          Abstract superclass for all COS level object types
COSObjectKey
          An object that is used as a lookup key for COS objects.
COSObjectProxy
          A "proxy object" used to intercept the visitor callback from the serializer.
COSObjectWalkerShallow
          Adapter implementation for visiting a COS object structure without navigating the indirect references.
COSPrimitiveObject
          Primitive COS datatypes.
COSRuntimeException
          An exception indicating an unexpected COS related error at runtime.
COSStream
          An object representing stream data in a PDF document.
COSString
          The string representation for a pdf document
COSTrailer.MetaClass
          The meta class implementation
COSTrue
          Represents the boolean value "true"
COSVisitorException
          An exceptional condition while performing an ICOSObjectVisitor.
ICOSContainer
          A low level interface for polymorphic access to an object containing a COSObject.
ICOSDocumentFactory
          An object that is able to create a COSDocument with the help of a locator object that designates the physical source.
ICOSDocumentListener
          A listener for changes in a COSDocument.
ICOSExceptionHandler
          An object that can handle exceptions encountered when dealing with COSObject instances.
ICOSMonitor
           
ICOSObjectListener
          A listener for changes in a COSObject.
ICOSObjectVisitor
          An interface for visiting a COS object structure.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.crypt
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSDictionary
          Represents a collection of associations (Map).
COSName
          A name object.
COSObjectKey
          An object that is used as a lookup key for COS objects.
ICOSObjectListener
          A listener for changes in a COSObject.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.encoding
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.fd
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSCatalog
          The document catalog object of the PDF document.
COSDictionary
          Represents a collection of associations (Map).
COSDocument
          This is a COS level representation of a pdf document.
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
ICOSObjectListener
          A listener for changes in a COSObject.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.filter
COSDictionary
          Represents a collection of associations (Map).
COSName
          A name object.
COSStream
          An object representing stream data in a PDF document.
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.font
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSDictionary
          Represents a collection of associations (Map).
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
ICOSObjectListener
          A listener for changes in a COSObject.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.parser
COSDictionary
          Represents a collection of associations (Map).
COSObject
          Abstract superclass for all COS level object types
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.pd
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSCatalog
          The document catalog object of the PDF document.
COSDictionary
          Represents a collection of associations (Map).
COSDocument
          This is a COS level representation of a pdf document.
COSInfoDict
          The document information dictionary..
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
COSStream
          An object representing stream data in a PDF document.
ICOSObjectListener
          A listener for changes in a COSObject.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.st
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBasedObject
          The abstract superclass for all objects/data structures that are build on the basic COSObject types.
COSBasedObject.MetaClass
          The meta class implementation
COSDictionary
          Represents a collection of associations (Map).
COSDocument
          This is a COS level representation of a pdf document.
COSIndirectObject
          An object representing an indirect object within a COSDocument.
COSName
          A name object.
COSObject
          Abstract superclass for all COS level object types
COSObjectKey
          An object that is used as a lookup key for COS objects.
COSStream
          An object representing stream data in a PDF document.
COSTrailer
          The document trailer.
ICOSObjectListener
          A listener for changes in a COSObject.
MetaClass
           
 

Classes in de.intarsys.pdf.cos used by de.intarsys.pdf.writer
COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
COSBoolean
          Abstract class for the representation of boolean values
COSDictionary
          Represents a collection of associations (Map).
COSFixed
          Represents floating point numbers in pdf.
COSIndirectObject
          An object representing an indirect object within a COSDocument.
COSInteger
          This class represents integer numbers in pdf
COSName
          A name object.
COSNull
          The null object
COSObject
          Abstract superclass for all COS level object types
COSObjectProxy
          A "proxy object" used to intercept the visitor callback from the serializer.
COSStream
          An object representing stream data in a PDF document.
COSString
          The string representation for a pdf document
COSVisitorException
          An exceptional condition while performing an ICOSObjectVisitor.
ICOSObjectVisitor
          An interface for visiting a COS object structure.
ICOSProxyVisitor
          An interface for visiting a proxy to a COSObject
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.