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 TypeClassDescriptionclassPDF Filter for ASCII85.classASCII Hex filter for PDF streams.classCCF Filter class.classDCT Filter class.classA filter to deflate a stream.classNull Filter class.private classFields 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 TypeMethodDescriptionvoidAdd a filter for compression of the stream.voidPDFFilterList.ensureFilterInPlace(PDFFilter pdfFilter) Checks the filter list for the filter and adds it in the correct place if necessary.voidBitmapImage.setPDFFilter(PDFFilter pdfFilter) -
Uses of PDFFilter in org.apache.fop.render.pdf
Fields in org.apache.fop.render.pdf declared as PDFFilterModifier and TypeFieldDescriptionprivate PDFFilterImageRawCCITTFaxAdapter.pdfFilterprivate PDFFilterImageRawJPEGAdapter.pdfFilterprivate PDFFilterImageRawPNGAdapter.pdfFilterprivate PDFFilterImageRenderedAdapter.pdfFilterMethods 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.