Uses of Interface java.awt.image.ImageConsumer

Uses in package javax.swing

Classes implementing java.awt.image.ImageConsumer

class
Produces grayscale images out of colored images.

Uses in package java.awt.image.renderable

Methods with parameter type java.awt.image.ImageConsumer

void
boolean
void
void
void

Uses in package java.awt.image

Classes implementing java.awt.image.ImageConsumer

class
This filter should produce images which do not have image artifacts like broken lines which were originally unbroken.
class
The BufferedImageFilter class wraps BufferedImageOp objects in a Filter.
class
Currently this filter does almost nothing and needs to be implemented.
class
The ImageFilter class is a base class which can be extended to provide different types of filters for an image.
class
PixelGrabber is an ImageConsumer that extracts a rectangular region of pixels from an Image.
class
This filter should be used for fast scaling of images where the result does not need to ensure straight lines are still straight, etc.
class
A filter designed to filter images in the default RGBColorModel regardless of the ImageProducer's ColorModel.

Fields of type java.awt.image.ImageConsumer

ImageConsumer
The consumer this filter is filtering an image data stream for.

Methods with parameter type java.awt.image.ImageConsumer

void
Used to register an ImageConsumer with this ImageProducer.
void
Used to register an ImageConsumer with this ImageProducer.
void
Used to register an ImageConsumer with this ImageProducer.
ImageFilter
This is the only method which can set the ImageConsumer for this filter.
boolean
Used to determine if the given ImageConsumer is already registered with this ImageProducer.
boolean
Used to determine if the given ImageConsumer is already registered with this ImageProducer.
boolean
Used to determine if the given ImageConsumer is already registered with this ImageProducer.
void
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
void
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
void
Used to remove an ImageConsumer from the list of registered consumers for this ImageProducer.
void
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
void
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
void
Used to register an ImageConsumer with this ImageProducer and then request that this producer resend the image data in the order top-down, left-right.
void
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
void
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.
void
Used to register an ImageConsumer with this ImageProducer and then immediately start reconstruction of the image data to be delivered to all registered consumers.