Java Platform 1.2
Beta 4

Uses of Class
java.awt.image.ImageFilter

Packages that use ImageFilter
com.sun.java.swing Provides a set of "lightweight" (all-Java
java.awt.image Provides classes for creating and modifying images.  
 

Uses of ImageFilter in com.sun.java.swing
 

Subclasses of ImageFilter in com.sun.java.swing
  GrayFilter
          An image filter that "disables" an image by turning it into a grayscale image, and brightening the pixels in the image.
 

Uses of ImageFilter in java.awt.image
 

Subclasses of ImageFilter in java.awt.image
  AreaAveragingScaleFilter
          An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
  BufferedImageFilter
          This class subclasses an ImageFilter to provide a simple means of using a single-source/single-destination image operator (BufferedImageOp) to filter a BufferedImage in the Image Producer/Consumer/Observer paradigm.
  CropImageFilter
          An ImageFilter class for cropping images.
  ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
  RGBImageFilter
          This class provides an easy way to create an ImageFilter which modifies the pixels of an image in the default RGB ColorModel.
 

Methods in java.awt.image that return ImageFilter
 ImageFilter ImageFilter.getFilterInstance(ImageConsumer ic)
          Returns a unique instance of an ImageFilter object which will actually perform the filtering for the specified ImageConsumer.
 

Constructors in java.awt.image with parameters of type ImageFilter
FilteredImageSource.FilteredImageSource(ImageProducer orig, ImageFilter imgf)
          Constructs an ImageProducer object from an existing ImageProducer and a filter object.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.