Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFDecompressor
-
Packages that use TIFFDecompressor Package Description com.sun.media.imageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework.com.sun.media.imageioimpl.plugins.tiff -
-
Uses of TIFFDecompressor in com.sun.media.imageio.plugins.tiff
Methods in com.sun.media.imageio.plugins.tiff that return TIFFDecompressor Modifier and Type Method Description TIFFDecompressor
TIFFImageReadParam. 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.sun.media.imageio.plugins.tiff with parameters of type TIFFDecompressor Modifier and Type Method Description void
TIFFImageReadParam. setTIFFDecompressor(TIFFDecompressor decompressor)
Sets theTIFFDecompressor
object to be used by theImageReader
to 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.tiff Modifier and Type Class Description class
TIFFDeflateDecompressor
class
TIFFFaxDecompressor
class
TIFFJPEGDecompressor
class
TIFFLSBDecompressor
class
TIFFLZWDecompressor
class
TIFFNullDecompressor
class
TIFFOldJPEGDecompressor
TIFFDecompressor
for "Old JPEG" compression.class
TIFFPackBitsDecompressor
class
TIFFYCbCrDecompressor
Constructors in com.sun.media.imageioimpl.plugins.tiff with parameters of type TIFFDecompressor Constructor Description TIFFYCbCrDecompressor(TIFFDecompressor decompressor, boolean colorConvert)
-