All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.image.ImageSettable
- 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.
-
setImageData(EncodedImage, ImageDescription)
- This method should make the object's current image the specified image.
setImageData
public abstract 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
All Packages Class Hierarchy This Package Previous Next Index