| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImageProducer | |
| java.awt | |
| java.awt.image | |
| java.awt.image.renderable | |
| Uses of ImageProducer in java.awt | 
| Methods in java.awt that return ImageProducer | |
abstract  ImageProducer | 
Image.getSource()
Gets the object that produces the pixels for the image.  | 
| Methods in java.awt with parameters of type ImageProducer | |
 Image | 
Component.createImage(ImageProducer producer)
Creates an image from the specified image producer.  | 
abstract  Image | 
Toolkit.createImage(ImageProducer producer)
Creates an image with the specified image producer.  | 
| Uses of ImageProducer in java.awt.image | 
| Classes in java.awt.image that implement ImageProducer | |
 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.  | 
 class | 
MemoryImageSource
This class is an implementation of the ImageProducer interface which uses an array to produce pixel values for an Image.  | 
| Methods in java.awt.image that return ImageProducer | |
 ImageProducer | 
BufferedImage.getSource()
Returns the object that produces the pixels for the image.  | 
| Methods in java.awt.image with parameters of type ImageProducer | |
 void | 
ImageFilter.resendTopDownLeftRight(ImageProducer ip)
Responds to a request for a TopDownLeftRight (TDLR) ordered resend of the pixel data from an ImageConsumer.  | 
| Constructors in java.awt.image with parameters of type ImageProducer | |
PixelGrabber(ImageProducer ip,
             int x,
             int y,
             int w,
             int h,
             int[] pix,
             int off,
             int scansize)
Create a PixelGrabber object to grab the (x, y, w, h) rectangular section of pixels from the image produced by the specified ImageProducer into the given array.  | 
|
FilteredImageSource(ImageProducer orig,
                    ImageFilter imgf)
Constructs an ImageProducer object from an existing ImageProducer and a filter object.  | 
|
| Uses of ImageProducer in java.awt.image.renderable | 
| Classes in java.awt.image.renderable that implement ImageProducer | |
 class | 
RenderableImageProducer
An adapter class that implements ImageProducer to allow the asynchronous production of a RenderableImage.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.