Uses of Class
quicktime.std.image.QTImage

Packages that use QTImage
quicktime.std.image   
quicktime.std.qtcomponents   
 

Uses of QTImage in quicktime.std.image
 

Methods in quicktime.std.image that return QTImage
static QTImage ImageDescription.fromImageCompressionDialog(ImageCompressionDialog icd, QDGraphics src, QDRect srcRect)
          Compresses a frame that is sourced by a PixMap from the supplied QDGraphics, returning the compressed data and an image description.
 

Uses of QTImage in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return QTImage
 QTImage ImageCompressionDialog.compressImage(QDGraphics src, QDRect srcRect)
          Compresses an image that is sourced by a PixMap from the supplied QDGraphics, returning the compressed data and an image description.