|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfbox.filter.FilterManager
public class FilterManager
This will contain manage all the different types of filters that are available.
Constructor Summary | |
---|---|
FilterManager()
Constructor. |
Method Summary | |
---|---|
void |
addFilter(COSName filterName,
Filter filter)
This will add an available filter. |
Filter |
getFilter(COSName filterName)
This will get a filter by name. |
Filter |
getFilter(String filterName)
This will get a filter by name. |
Collection |
getFilters()
This will get all of the filters that are available in the system. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterManager()
Method Detail |
---|
public Collection getFilters()
public void addFilter(COSName filterName, Filter filter)
filterName
- The name of the filter.filter
- The filter to use.public Filter getFilter(COSName filterName) throws IOException
filterName
- The name of the filter to retrieve.
IOException
- If the filter could not be found.public Filter getFilter(String filterName) throws IOException
filterName
- The name of the filter to retrieve.
IOException
- If the filter could not be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |