Uses of Class
org.apache.fop.pdf.PDFFilter
-
Packages that use PDFFilter Package Description 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 Modifier and Type Class Description classASCII85FilterPDF Filter for ASCII85.classASCIIHexFilterASCII Hex filter for PDF streams.classCCFFilterCCF Filter class.classDCTFilterDCT Filter class.classFlateFilterA filter to deflate a stream.classNullFilterNull Filter class.Methods in org.apache.fop.pdf that return PDFFilter Modifier and Type Method Description PDFFilterAlphaRasterImage. getPDFFilter()Get the PDF Filter to be applied to the image.PDFFilterBitmapImage. getPDFFilter()Get the PDF Filter to be applied to the image.PDFFilterPDFImage. getPDFFilter()Get the PDF Filter to be applied to the image.Methods in org.apache.fop.pdf with parameters of type PDFFilter Modifier and Type Method Description voidPDFFilterList. addFilter(PDFFilter filter)Add 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
Methods in org.apache.fop.render.pdf that return PDFFilter Modifier and Type Method Description PDFFilterImageRawCCITTFaxAdapter. getPDFFilter()Get the PDF Filter to be applied to the image.PDFFilterImageRawJPEGAdapter. getPDFFilter()Get the PDF Filter to be applied to the image.PDFFilterImageRawPNGAdapter. getPDFFilter()Get the PDF Filter to be applied to the image.PDFFilterImageRenderedAdapter. getPDFFilter()Get the PDF Filter to be applied to the image.
-