Uses of Interface java.awt.image.ImageProducer

Uses in package java.awt

Methods with parameter type java.awt.image.ImageProducer

Image
Creates an image from the specified producer.
Image
Creates an image using the specified ImageProducer

Methods with return type java.awt.image.ImageProducer

ImageProducer
Returns the image producer object for this object.

Uses in package java.awt.image.renderable

Classes implementing java.awt.image.ImageProducer

class

Uses in package java.awt.peer

Methods with parameter type java.awt.image.ImageProducer

Image
Creates an image by starting the specified image producer.

Uses in package java.awt.image

Classes implementing java.awt.image.ImageProducer

class
class
An image producer that delivers image data from an array.

Constructors with parameter type java.awt.image.ImageProducer

The given filter is applied to the given image producer to create a new image producer.
PixelGrabber.PixelGrabber(ImageProducer ip, int x, int y, int w, int h, pix[] , int off, int scansize)
Construct a PixelGrabber that will retrieve RGB data from a given ImageProducer.

Methods with parameter type java.awt.image.ImageProducer

void
The ImageConsumer can use this method to request the pixels be delivered in top-down, left-right order.

Methods with return type java.awt.image.ImageProducer

ImageProducer
Returns the image producer object for this object.
ImageProducer
Calling this method is equivalent to calling getSnapshot().getSource().