ImageFilter.consumer

ImageFilter.consumer

Class Overview | Class Members | This Package | All Packages

Syntax
protected ImageConsumer consumer
Description
The consumer of the particular image data stream for which this instance of the ImageFilter is filtering data. It is not initialized during the constructor, but rather during the getFilterInstance() method call when the FilteredImageSource is creating a unique instance of this object for a particular image data stream.

See Also
getFilterInstance, ImageConsumer