All Packages Class Hierarchy This Package Previous Next Index
Interface quicktime.app.image.ImageSpec
- 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()
- This method should return an ImageDescription that describes
the image data that the class contains.
-
getImage()
- This method returns the actual image data.
getDescription
public abstract 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 abstract 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
All Packages Class Hierarchy This Package Previous Next Index