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 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 Modifier and Type Method Description 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.Methods in org.apache.fop.pdf with parameters of type PDFFilter Modifier and Type Method Description 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.void
BitmapImage. 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 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
ImageRawPNGAdapter. getPDFFilter()
Get the PDF Filter to be applied to the image.PDFFilter
ImageRenderedAdapter. getPDFFilter()
Get the PDF Filter to be applied to the image.
-