MemoryImageSource.isConsumer

MemoryImageSource.isConsumer

Class Overview | Class Members | This Package | All Packages

Syntax
public synchronized boolean isConsumer( ImageConsumer ic )
Returns
true if the ImageConsumer is on the list; false otherwise
Description
Determine if an ImageConsumer is on the list of consumers currently interested in data for this image.

See Also
ImageConsumer