intarsys PDF library API

de.intarsys.pdf.filter
Interface IFilterFactory

All Known Implementing Classes:
StandardFilterFactory

public interface IFilterFactory

A factory for IFilter objects. An IFilter is an algorithm that is referenced by name in a COSStream.


Method Summary
 IFilter createFilter(COSName filterName, COSDictionary options)
          Create an implementation for the filter implementing the algorithm denoted by filterName using the optional options in options.
 

Method Detail

createFilter

IFilter createFilter(COSName filterName,
                     COSDictionary options)
                     throws IOException
Create an implementation for the filter implementing the algorithm denoted by filterName using the optional options in options.

Parameters:
filterName -
options -
Returns:
The filter implementation.
Throws:
IOException

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.