Image.getSource

Class Overview | Class Members | This Package | All Packages

Syntax

public abstract ImageProducer getSource()

Returns

the image producer that produces the pixels for this image.

Description

Gets the object that produces the pixels for the image. This method is called by the image filtering classes and by methods that perform image conversion and scaling.

See Also

ImageProducer