Uses of Class
quicktime.std.image.ImageDescription

Packages that use ImageDescription
quicktime.qd   
quicktime.std.anim   
quicktime.std.image   
quicktime.std.movies.media   
quicktime.std.qtcomponents   
quicktime.std.sg   
quicktime.util   
 

Uses of ImageDescription in quicktime.qd
 

Methods in quicktime.qd with parameters of type ImageDescription
static ColorTable ColorTable.fromImageDescription(ImageDescription id)
          Get the custom color table for an image.
 

Constructors in quicktime.qd with parameters of type ImageDescription
QDGraphics(ImageDescription id, int flags)
          Creates an offscreen QDGraphics object from the width, height, depth, and color table of a specified image description structure.
 

Uses of ImageDescription in quicktime.std.anim
 

Methods in quicktime.std.anim that return ImageDescription
 ImageDescription Sprite.getImageDescription()
          This method gets the image description property of this sprite.
 

Methods in quicktime.std.anim with parameters of type ImageDescription
 void Sprite.setImageDescription(ImageDescription idh)
          This method sets the image description property of this sprite.
 

Constructors in quicktime.std.anim with parameters of type ImageDescription
Sprite(SpriteWorld itsSpriteWorld, ImageDescription idh, EncodedImage imageData, Matrix matrix, boolean visible, int layer)
          This constructor creates a new Sprite object for a specified sprite world.
 

Uses of ImageDescription in quicktime.std.image
 

Methods in quicktime.std.image that return ImageDescription
 ImageDescription CDSequence.getDescription()
          Returns the ImageDescription object associated with this sequence.
 ImageDescription GraphicsExporter.getInputImageDescription()
          Used by format-specific graphics exporters, especially when doing standalone export: Returns the number of bytes of original image data that can be read.
 ImageDescription GraphicsExporter.doUseCompressor(AtomContainer ac)
          The base graphics exporter makes this call of the format-specific graphics exporter to ask whether the current export operation should be done by using an image compressor.
static ImageDescription ImageDescription.fromGraphicsExporter(GraphicsExporter ge)
          Determines the image description information.
static ImageDescription ImageDescription.fromGraphicsExporterCompressor(GraphicsExporter ge, AtomContainer ac)
          Returns the image description information.
static ImageDescription ImageDescription.fromGraphicsImporter(GraphicsImporter gi)
          Determines the image description information.
static ImageDescription ImageDescription.fromSprite(Sprite s)
          This method gets the image description property of this sprite.
static ImageDescription ImageDescription.getJavaDefaultPixelDescription(int width, int height)
          Create an ImageDescription structure that describes the default Java pixel format.
static ImageDescription ImageDescription.forEffect(int effectType)
          Create an ImageDescription for an Effect Type.
 ImageDescription QTImage.getDescription()
          Return the description that describes the associated data.
static ImageDescription QTImage.compress(QDGraphics src, QDRect srcRect, int quality, int cType, EncodedImage data)
          Compresses a single frame image that is currently stored as a pixel map.
static ImageDescription QTImage.fCompress(QDGraphics src, QDRect srcRect, int colorDepth, int quality, int cType, CodecComponent c, ColorTable clut, int flags, EncodedImage data)
          Compresses a single frame image that is currently stored as a pixel map.
static ImageDescription QTImage.convert(ImageDescription srcDD, EncodedImage srcData, int colorDepth, ColorTable clut, int accuracy, int quality, int cType, CodecComponent codec, EncodedImage dstData)
          Converts the format of a compressed image.
 ImageDescription GraphicsImporter.getImageDescription()
          Determines the image description information.
 

Methods in quicktime.std.image with parameters of type ImageDescription
 boolean CDSequence.equivalentImageDescription(ImageDescription newDesc)
          Reports whether two image descriptions are the same.
 void GraphicsExporter.setInputDataReference(DataRef dataRef, ImageDescription desc)
          Sets the specified DataRef as the source for input images to graphics export component.
 void GraphicsExporter.setInputFile(QTFile theFile, ImageDescription desc)
          Sets the specified QTFile as the source for input images to graphics export component.
 void GraphicsExporter.setInputHandle(QTHandle h, ImageDescription desc)
          Sets the data handle as the source for input images to graphics export component.
 void GraphicsExporter.setInputPtr(QTPointerRef p, ImageDescription desc)
          Sets the data handle reference as the source for input images to graphics export component.
static ImageDescription QTImage.convert(ImageDescription srcDD, EncodedImage srcData, int colorDepth, ColorTable clut, int accuracy, int quality, int cType, CodecComponent codec, EncodedImage dstData)
          Converts the format of a compressed image.
static void QTImage.trim(ImageDescription desc, EncodedImage inData, EncodedImage outData, QDRect trimRect)
          Ajusts a compressed image to the boundaries defined by a QDRect specified by your application.
static void QTImage.decompress(EncodedImage data, ImageDescription desc, QDGraphics dst, QDRect dstRect, int mode)
          Decompresses a single frame image into a pixel map structure.
static void QTImage.decompress(EncodedImage data, ImageDescription desc, QDGraphics dst, QDRect srcRect, QDRect dstRect, int mode, Region mask)
          Decompresses a single frame image into a pixel map structure.
static void QTImage.fDecompress(EncodedImage data, ImageDescription desc, QDGraphics dst, QDRect srcRect, Matrix matrix, int mode, Region mask, PixMap matte, QDRect matteRect, int accuracy, CodecComponent codec)
          Decompresses a single frame image into a pixel map structure.
static int QTImage.getCompressedSize(ImageDescription desc, EncodedImage data)
          Determines the size in bytes of a compressed image.
static float QTImage.getSimilarity(QDGraphics src, QDRect srcRect, ImageDescription desc, EncodedImage data)
          Compares a compressed image to a picture stored in a pixel map and returns a value indicating the relative similarity of the two images.
 

Constructors in quicktime.std.image with parameters of type ImageDescription
QTImage(ImageDescription id, EncodedImage im)
          Associate an image description with the image data that is described by the description.
DSequence(ImageDescription desc, QDGraphics port, QDRect srcRect, Matrix matrix, Region mask, int flags, int accuracy, CodecComponent codec)
          Creating an instance of this class signals the beginning of the process of decompressing a sequence of frames.
DSequence(ImageDescription desc, EncodedImage data, QDGraphics port, QDRect srcRect, Matrix matrix, Region mask, int flags, int accuracy, CodecComponent codec)
          This constructor allows you to pass a compressed sample so the codec can perform preflighting before the first decompressFrame call.
 

Uses of ImageDescription in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return ImageDescription
 ImageDescription SpriteMediaHandler.getIndImageDescription(int imageIndex)
          This method returns the image description for the image specified by the index.
 ImageDescription VideoMedia.getImageDescription(int index)
          This method allows you to retrieve a sample description from a media.
 

Uses of ImageDescription in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return ImageDescription
 ImageDescription SCSequence.getDescription()
          Return the description
 

Uses of ImageDescription in quicktime.std.sg
 

Methods in quicktime.std.sg that return ImageDescription
 ImageDescription SGVideoChannel.getImageDescription()
          This method allows you to retrieve a music sample description from the SGChannel.
 

Uses of ImageDescription in quicktime.util
 

Methods in quicktime.util with parameters of type ImageDescription
static QTHandle QTHandle.fromImageDescription(ImageDescription sd, int idType, int index)
          Retrieve application specific info from a ImageDescription object

QuickTime::GetImageDescriptionExtension QuickTime::GetImageDescriptionExtension