|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.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(java.lang.String filterName)
This will get a filter by name. |
java.util.Collection<Filter> |
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 java.util.Collection<Filter> 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 java.io.IOException
filterName
- The name of the filter to retrieve.
java.io.IOException
- If the filter could not be found.public Filter getFilter(java.lang.String filterName) throws java.io.IOException
filterName
- The name of the filter to retrieve.
java.io.IOException
- If the filter could not be found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |