Module java.desktop

Interface ImageProducer

All Known Implementing Classes:
FilteredImageSource, MemoryImageSource, RenderableImageProducer

public interface ImageProducer
The interface for objects which can produce the image data for Images. Each image contains an ImageProducer which is used to reconstruct the image whenever it is needed, for example, when a new size of the Image is scaled, or when the width or height of the Image is being requested.
See Also: