fop 0.92beta

Uses of Class
org.apache.fop.pdf.AbstractPDFStream

Packages that use AbstractPDFStream
org.apache.fop.pdf Classes for handling the low-level creation of PDF documents. 
 

Uses of AbstractPDFStream in org.apache.fop.pdf
 

Subclasses of AbstractPDFStream in org.apache.fop.pdf
 class PDFCMap
          Class representing the CMap encodings.
 class PDFFormXObject
          PDF Form XObject A derivative of the PDFXObject, is a PDF Stream that has not only a dictionary but a stream of image data.
 class PDFICCStream
          Special PDFStream for ICC profiles (color profiles).
 class PDFMetadata
          Special PDFStream for Metadata.
 class PDFStream
          Class representing a PDF stream.
 class PDFT1Stream
          Special PDFStream for embedding Type 1 fonts.
 class PDFTTFStream
          Special PDFStream for embeddable TrueType fonts.
 class PDFXObject
          PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data.
 

Methods in org.apache.fop.pdf that return AbstractPDFStream
 AbstractPDFStream PDFFactory.makeFontFile(FontDescriptor desc)
          Embeds a font.
 AbstractPDFStream PDFFontDescriptor.getFontFile()
           
 

Methods in org.apache.fop.pdf with parameters of type AbstractPDFStream
 void PDFDocument.applyEncryption(AbstractPDFStream stream)
          Apply the encryption filter to a PDFStream if encryption is enabled.
 void PDFEncryption.applyFilter(AbstractPDFStream stream)
          Adds a PDFFilter to the PDFStream object
 void PDFFontDescriptor.setFontFile(FontType subtype, AbstractPDFStream fontfile)
          Set the optional font file stream
 void PDFEncryptionJCE.applyFilter(AbstractPDFStream stream)
          Adds a PDFFilter to the PDFStream object
 


fop 0.92beta

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.