Fields
| Name | Description | 
|---|---|
| consumer | The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data. | 
Constructors
| Name | Description | 
|---|---|
| ImageFilter() | 
Methods
| Name | Description | 
|---|---|
| clone() | Clones this object. | 
| getFilterInstance(ImageConsumer) | Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer. | 
| imageComplete(int) | Filters the information provided in the imageComplete method of the ImageConsumer interface. | 
| resendTopDownLeftRight(ImageProducer) | Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer. | 
| setColorModel(ColorModel) | Filter the information provided in the setColorModel method of the ImageConsumer interface. | 
| setDimensions(int, int) | Filters the information provided in the setDimensions method of the ImageConsumer interface. | 
| setHints(int) | Filters the information provided in the setHints method of the ImageConsumer interface. | 
| setPixels(int, int, int, int, ColorModel, byte[], int, int) | Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of bytes. | 
| setPixels(int, int, int, int, ColorModel, int[], int, int) | Filters the information provided in the setPixels method of the ImageConsumer interface which takes an array of integers. | 
| setProperties(Hashtable) | Passes the properties from the source object along after adding a property indicating the stream of filters it has been run through. |