| Interface | Description | |
|---|---|---|
| IFilter | A filter manipulates a given Image object using the apply() function. |
| Class | Description | |
|---|---|---|
| FilterQueue | The FilterQueue class applies a group of filters in given order to an Image object. | |
| NativeFilter | The NativeFilter class applies a native filter like BlurFilter or ColorMatrixFilter to an Image object. |