Uses of Interface
org.pdfbox.filter.Filter

Packages that use Filter
org.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents. 
 

Uses of Filter in org.pdfbox.filter
 

Classes in org.pdfbox.filter that implement Filter
 class ASCII85Filter
          This is the used for the ASCIIHexDecode filter.
 class ASCIIHexFilter
          This is the used for the ASCIIHexDecode filter.
 class CCITTFaxDecodeFilter
          This is a filter for the CCITTFax Decoder.
 class DCTFilter
          This is the used for the DCTDecode filter.
 class FlateFilter
          This is the used for the FlateDecode filter.
 class LZWFilter
          This is the used for the LZWDecode filter.
 class RunLengthDecodeFilter
          This is a filter for the RunLength Decoder.
 

Methods in org.pdfbox.filter that return Filter
 Filter FilterManager.getFilter(COSName filterName)
          This will get a filter by name.
 Filter FilterManager.getFilter(String filterName)
          This will get a filter by name.
 

Methods in org.pdfbox.filter with parameters of type Filter
 void FilterManager.addFilter(COSName filterName, Filter filter)
          This will add an available filter.