Uses of Class
com.github.jaiimageio.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.github.jaiimageio.impl.plugins.tiff
Subclasses of TIFFDecompressor in com.github.jaiimageio.impl.plugins.tiffModifier and TypeClassDescriptionclass
class
class
class
class
class
class
TIFFDecompressor
for "Old JPEG" compression.class
class
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFDecompressorModifier and TypeFieldDescriptionprivate TIFFDecompressor
TIFFImageReader.decompressor
private TIFFDecompressor
TIFFYCbCrDecompressor.decompressor
Constructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFDecompressorModifierConstructorDescriptionTIFFYCbCrDecompressor
(TIFFDecompressor decompressor, boolean colorConvert) -
Uses of TIFFDecompressor in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFDecompressorModifier and TypeFieldDescription(package private) TIFFDecompressor
TIFFImageReadParam.decompressor
Methods in com.github.jaiimageio.plugins.tiff that return TIFFDecompressorModifier and TypeMethodDescriptionTIFFImageReadParam.getTIFFDecompressor()
Returns theTIFFDecompressor
that is currently set to be used by theImageReader
to decode each image strip or tile, ornull
if none has been set.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFDecompressorModifier and TypeMethodDescriptionvoid
TIFFImageReadParam.setTIFFDecompressor
(TIFFDecompressor decompressor) Sets theTIFFDecompressor
object to be used by theImageReader
to decode each image strip or tile.