fop 0.95

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

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

Uses of PDFFilter in org.apache.fop.pdf
 

Subclasses of PDFFilter in org.apache.fop.pdf
 class ASCII85Filter
          PDF Filter for ASCII85.
 class ASCIIHexFilter
          ASCII Hex filter for PDF streams.
 class CCFFilter
          CCF Filter class.
 class DCTFilter
          DCT Filter class.
 class FlateFilter
          A filter to deflate a stream.
 class NullFilter
          Null Filter class.
 

Methods in org.apache.fop.pdf that return PDFFilter
 PDFFilter AlphaRasterImage.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 PDFFilter BitmapImage.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 PDFFilter PDFImage.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 PDFFilter PDFEncryptionJCE.makeFilter(int number, int generation)
          Creates PDFFilter for the encryption object
 

Methods in org.apache.fop.pdf with parameters of type PDFFilter
 void PDFFilterList.addFilter(PDFFilter filter)
          Add a filter for compression of the stream.
 void PDFFilterList.ensureFilterInPlace(PDFFilter pdfFilter)
          Checks the filter list for the filter and adds it in the correct place if necessary.
 

Uses of PDFFilter in org.apache.fop.render.pdf
 

Methods in org.apache.fop.render.pdf that return PDFFilter
 PDFFilter ImageRawCCITTFaxAdapter.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 PDFFilter ImageRawJPEGAdapter.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 PDFFilter ImageRenderedAdapter.getPDFFilter()
          Get the PDF Filter to be applied to the image.
 


fop 0.95

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