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.private classPDFEncryptionJCE.EncryptionFilterFields in org.apache.fop.pdf declared as PDFFilter Modifier and Type Field Description private PDFFilterBitmapImage. pdfFilterFields in org.apache.fop.pdf with type parameters of type PDFFilter Modifier and Type Field Description private java.util.List<PDFFilter>PDFFilterList. filtersMethods 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 that return types with arguments of type PDFFilter Modifier and Type Method Description (package private) java.util.List<PDFFilter>PDFFilterList. getFilters()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
Fields in org.apache.fop.render.pdf declared as PDFFilter Modifier and Type Field Description private PDFFilterImageRawCCITTFaxAdapter. pdfFilterprivate PDFFilterImageRawJPEGAdapter. pdfFilterprivate PDFFilterImageRawPNGAdapter. pdfFilterprivate PDFFilterImageRenderedAdapter. pdfFilterMethods 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.
-