Uses of Class
com.twelvemonkeys.imageio.plugins.pict.QTDecompressor
-
Packages that use QTDecompressor Package Description com.twelvemonkeys.imageio.plugins.pict -
-
Uses of QTDecompressor in com.twelvemonkeys.imageio.plugins.pict
Subclasses of QTDecompressor in com.twelvemonkeys.imageio.plugins.pict Modifier and Type Class Description (package private) class
QTBMPDecompressor
QTBMPDecompressor(package private) class
QTGenericDecompressor
QTGenericDecompressor(package private) class
QTRAWDecompressor
QTRAWDecompressorFields in com.twelvemonkeys.imageio.plugins.pict with type parameters of type QTDecompressor Modifier and Type Field Description private static java.util.List<QTDecompressor>
QuickTime. sDecompressors
Methods in com.twelvemonkeys.imageio.plugins.pict that return QTDecompressor Modifier and Type Method Description private static QTDecompressor
QuickTime. getDecompressor(QuickTime.ImageDesc description)
Gets a decompressor that can decompress the described data.
-