Uses of Class
java.awt.image.ImageFilter
Package
Description
Provides classes for creating and modifying images.
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of ImageFilter in java.awt.image
Modifier and TypeClassDescriptionclass
An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.class
TheBufferedImageFilter
class subclasses anImageFilter
to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp
) to filter aBufferedImage
in the Image Producer/Consumer/Observer paradigm.class
An ImageFilter class for cropping images.class
An ImageFilter class for scaling images using the simplest algorithm.class
This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.Modifier and TypeMethodDescriptionImageFilter.getFilterInstance
(ImageConsumer ic) Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.ModifierConstructorDescriptionFilteredImageSource
(ImageProducer orig, ImageFilter imgf) Constructs an ImageProducer object from an existing ImageProducer and a filter object. -
Uses of ImageFilter in javax.swing
Modifier and TypeClassDescriptionclass
An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.