quicktime.app.image
Interface ImageSettable

All Known Implementing Classes:
TwoDSprite, ImagePresenter, ImageViewer

public interface ImageSettable

This interface is used so that objects can have their images set to the specified image in the setImageData call by other objects that provide image data or services to iterate over a collection of images.


Method Summary
 void setImageData(EncodedImage imageData, ImageDescription desc)
          This method should make the object's current image the specified image.
 

Method Detail

setImageData

public void setImageData(EncodedImage imageData,
                         ImageDescription desc)
                  throws QTException
This method should make the object's current image the specified image.
Parameters:
imageData - the new image data that the object should make its current image.
desc - this is the description that describes the image data