Uses of Class
org.apache.fop.pdf.PDFFilter
Packages that use PDFFilter
Package
Description
Classes for handling the low-level creation of PDF documents.
PDF Renderer
-
Uses of PDFFilter in org.apache.fop.pdf
Subclasses of PDFFilter in org.apache.fop.pdfModifier and TypeClassDescriptionclass
PDF Filter for ASCII85.class
ASCII Hex filter for PDF streams.class
CCF Filter class.class
DCT Filter class.class
A filter to deflate a stream.class
Null Filter class.private class
Fields in org.apache.fop.pdf declared as PDFFilterFields in org.apache.fop.pdf with type parameters of type PDFFilterMethods in org.apache.fop.pdf that return PDFFilterModifier and TypeMethodDescriptionAlphaRasterImage.getPDFFilter()
Get the PDF Filter to be applied to the image.BitmapImage.getPDFFilter()
Get the PDF Filter to be applied to the image.PDFImage.getPDFFilter()
Get the PDF Filter to be applied to the image.Methods in org.apache.fop.pdf that return types with arguments of type PDFFilterMethods in org.apache.fop.pdf with parameters of type PDFFilterModifier and TypeMethodDescriptionvoid
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.void
BitmapImage.setPDFFilter
(PDFFilter pdfFilter) -
Uses of PDFFilter in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFFilterModifier and TypeFieldDescriptionprivate PDFFilter
ImageRawCCITTFaxAdapter.pdfFilter
private PDFFilter
ImageRawJPEGAdapter.pdfFilter
private PDFFilter
ImageRawPNGAdapter.pdfFilter
private PDFFilter
ImageRenderedAdapter.pdfFilter
Methods in org.apache.fop.render.pdf that return PDFFilterModifier and TypeMethodDescriptionImageRawCCITTFaxAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.ImageRawJPEGAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.ImageRawPNGAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.ImageRenderedAdapter.getPDFFilter()
Get the PDF Filter to be applied to the image.