Uses of Class java.awt.image.ImageFilter

Uses in package javax.swing

Classes derived from java.awt.image.ImageFilter

class
Produces grayscale images out of colored images.

Uses in package java.awt.image

Classes derived from java.awt.image.ImageFilter

class
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
class
The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
class
Currently this filter does almost nothing and needs to be implemented.
class
This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
class
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.

Constructors with parameter type java.awt.image.ImageFilter

The given filter is applied to the given image producer to create a new image producer.

Methods with return type java.awt.image.ImageFilter

ImageFilter
This is the only method which can set the ImageConsumer for this filter.