quicktime.app.image
Interface ImageSpec
- All Known Subinterfaces:
- Compositable, DynamicImage
- All Known Implementing Classes:
- ImageDataSequence, TwoDSpriteInfo, ImageSequencer
- public interface ImageSpec
This interface is designed to work with quicktime.app.image classes.
Every class that implements this interface holds a common description
to one or more image data frames.
getDescription
public ImageDescription getDescription()
throws QTException
- This method should return an ImageDescription that describes
the image data that the class contains.
- Returns:
- the ImageDescription of an Image
getImage
public EncodedImage getImage()
throws QTException
- This method returns the actual image data.
An Exception is throw if there was some problem retrieving the data.
- Returns:
- the image data