Uses of Class
javax.imageio.IIOParam
Package
Description
The main package of the Java Image I/O API.
Package containing the public classes used by the built-in BMP plug-in.
Classes supporting the built-in JPEG plug-in.
Public classes used by the built-in TIFF plug-ins.
-
Uses of IIOParam in javax.imageio
Modifier and TypeClassDescriptionclass
A class describing how a stream is to be decoded.class
A class describing how a stream is to be encoded. -
Uses of IIOParam in javax.imageio.plugins.bmp
Modifier and TypeClassDescriptionclass
A subclass ofImageWriteParam
for encoding images in the BMP format. -
Uses of IIOParam in javax.imageio.plugins.jpeg
Modifier and TypeClassDescriptionclass
This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG reader plug-in.class
This class adds the ability to set JPEG quantization and Huffman tables when using the built-in JPEG writer plug-in, and to request that optimized Huffman tables be computed for an image. -
Uses of IIOParam in javax.imageio.plugins.tiff
Modifier and TypeClassDescriptionfinal class
A subclass ofImageReadParam
allowing control over the TIFF reading process.