API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.image. FilteredImageSource View Source
Author(s)
Jim Graham
Since
Version
1.29 11/17/05
Serial
Hierarchy
 Object
      FilteredImageSource
Implements
 ImageProducer
Subclasses
Description
public class FilteredImageSource
  This class is an implementation of the ImageProducer interface which takes an existing image and a filter object and uses them to produce image data for a new filtered version of the original image.
See also:    ImageProducer
Constructors
public FilteredImageSource (ImageProducer orig, ImageFilter imgf)
  Constructs an ImageProducer object from an existing ImageProducer and a filter object.
Methods
Hide/Show inherited methods
publicsynchronized void addConsumer (ImageConsumer ic) [Specified in ImageProducer]
  Adds the specified ImageConsumer to the list of consumers interested in data for the filtered image.
publicsynchronized boolean isConsumer (ImageConsumer ic) [Specified in ImageProducer]
  Determines whether an ImageConsumer is on the list of consumers currently interested in data for this image.
publicsynchronized void removeConsumer (ImageConsumer ic) [Specified in ImageProducer]
  Removes an ImageConsumer from the list of consumers interested in data for this image.
public void requestTopDownLeftRightResend (ImageConsumer ic) [Specified in ImageProducer]
  Requests that a given ImageConsumer have the image data delivered one more time in top-down, left-right order.
public void startProduction (ImageConsumer ic) [Specified in ImageProducer]
  Starts production of the filtered image.
Fields
Hide/Show inherited fields
pack-private ImageFilter filter
pack-private ImageProducer src
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar