Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFDecompressor
Packages that use TIFFDecompressor
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFDecompressor in com.sun.media.imageio.plugins.tiff
Methods in com.sun.media.imageio.plugins.tiff that return TIFFDecompressorModifier and TypeMethodDescriptionTIFFImageReadParam.getTIFFDecompressor()Returns theTIFFDecompressorthat is currently set to be used by theImageReaderto decode each image strip or tile, ornullif none has been set.Methods in com.sun.media.imageio.plugins.tiff with parameters of type TIFFDecompressorModifier and TypeMethodDescriptionvoidTIFFImageReadParam.setTIFFDecompressor(TIFFDecompressor decompressor) Sets theTIFFDecompressorobject to be used by theImageReaderto decode each image strip or tile. -
Uses of TIFFDecompressor in com.sun.media.imageioimpl.plugins.tiff
Subclasses of TIFFDecompressor in com.sun.media.imageioimpl.plugins.tiffModifier and TypeClassDescriptionclassclassclassclassclassclassclassTIFFDecompressorfor "Old JPEG" compression.classclassConstructors in com.sun.media.imageioimpl.plugins.tiff with parameters of type TIFFDecompressorModifierConstructorDescriptionTIFFYCbCrDecompressor(TIFFDecompressor decompressor, boolean colorConvert)