Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.awt.image.ImageFilter

Packages that use ImageFilter
java.awt.image Provides classes for creating and modifying images. 
 

Uses of ImageFilter in java.awt.image
 

Subclasses of ImageFilter in java.awt.image
 class AreaAveragingScaleFilter
          An ImageFilter class for scaling images using a simple area averaging algorithm that produces smoother results than the nearest neighbor algorithm.
 class CropImageFilter
          An ImageFilter class for cropping images.
 class ReplicateScaleFilter
          An ImageFilter class for scaling images using the simplest algorithm.
 class 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(ImageProducer orig, ImageFilter imgf)
          Constructs an ImageProducer object from an existing ImageProducer and a filter object.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.