jPod PDF library

Uses of Class
de.intarsys.pdf.cos.COSCompositeObject

Packages that use COSCompositeObject
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. 
 

Uses of COSCompositeObject in de.intarsys.pdf.cos
 

Subclasses of COSCompositeObject in de.intarsys.pdf.cos
 class COSArray
          A COSArray represents an indexed collection of COSDocumentElement instances.
 class COSDictionary
          Represents a collection of associations (Map).
 class COSObjectProxy
          A "proxy object" used to intercept the visitor callback from the serializer.
 class COSStream
          An object representing stream data in a PDF document.
 

Uses of COSCompositeObject in de.intarsys.pdf.crypt
 

Methods in de.intarsys.pdf.crypt that return COSCompositeObject
 COSCompositeObject SystemSecurityHandler.getContextObject()
           
 COSCompositeObject ISystemSecurityHandler.getContextObject()
          The currently active container object in a read or write process.
 COSCompositeObject SystemSecurityHandler.popContextObject()
           
 COSCompositeObject ISystemSecurityHandler.popContextObject()
          Pop the topmost container.
 

Methods in de.intarsys.pdf.crypt with parameters of type COSCompositeObject
 void SystemSecurityHandler.pushContextObject(COSCompositeObject contextObject)
           
 void ISystemSecurityHandler.pushContextObject(COSCompositeObject object)
          Push the current container.
 


jPod PDF library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.