Uses of Class
com.twelvemonkeys.imageio.plugins.pict.QuickTime.ImageDesc
Packages that use QuickTime.ImageDesc
-
Uses of QuickTime.ImageDesc in com.twelvemonkeys.imageio.plugins.pict
Methods in com.twelvemonkeys.imageio.plugins.pict that return QuickTime.ImageDescMethods in com.twelvemonkeys.imageio.plugins.pict with parameters of type QuickTime.ImageDescModifier and TypeMethodDescriptionbooleanQTBMPDecompressor.canDecompress(QuickTime.ImageDesc description) abstract booleanQTDecompressor.canDecompress(QuickTime.ImageDesc description) Returns whether this decompressor is capable of decompressing the image data described by the given image description.booleanQTGenericDecompressor.canDecompress(QuickTime.ImageDesc description) booleanQTRAWDecompressor.canDecompress(QuickTime.ImageDesc description) QTBMPDecompressor.decompress(QuickTime.ImageDesc description, InputStream stream) abstract BufferedImageQTDecompressor.decompress(QuickTime.ImageDesc description, InputStream stream) Decompresses an image.QTGenericDecompressor.decompress(QuickTime.ImageDesc description, InputStream stream) QTRAWDecompressor.decompress(QuickTime.ImageDesc description, InputStream stream) private InputStreamQTBMPDecompressor.fakeBMPHeader(QuickTime.ImageDesc description) private static QTDecompressorQuickTime.getDecompressor(QuickTime.ImageDesc description) Gets a decompressor that can decompress the described data.