Uses of Class
javax.imageio.plugins.jpeg.JPEGHuffmanTable
Packages that use JPEGHuffmanTable
-
Uses of JPEGHuffmanTable in javax.imageio.plugins.jpeg
Fields in javax.imageio.plugins.jpeg declared as JPEGHuffmanTable修饰符和类Field描述static final JPEGHuffmanTable
JPEGHuffmanTable.StdACChrominance
The standard AC chrominance Huffman table.static final JPEGHuffmanTable
JPEGHuffmanTable.StdACLuminance
The standard AC luminance Huffman table.static final JPEGHuffmanTable
JPEGHuffmanTable.StdDCChrominance
The standard DC chrominance Huffman table.static final JPEGHuffmanTable
JPEGHuffmanTable.StdDCLuminance
The standard DC luminance Huffman table.Methods in javax.imageio.plugins.jpeg that return JPEGHuffmanTable修饰符和类方法描述JPEGImageReadParam.getACHuffmanTables()
Returns a copy of the array of AC Huffman tables set on the most recent call tosetDecodeTables
, ornull
if tables are not currently set.JPEGImageWriteParam.getACHuffmanTables()
Returns a copy of the array of AC Huffman tables set on the most recent call tosetEncodeTables
, ornull
if tables are not currently set.JPEGImageReadParam.getDCHuffmanTables()
Returns a copy of the array of DC Huffman tables set on the most recent call tosetDecodeTables
, ornull
if tables are not currently set.JPEGImageWriteParam.getDCHuffmanTables()
Returns a copy of the array of DC Huffman tables set on the most recent call tosetEncodeTables
, ornull
if tables are not currently set.Methods in javax.imageio.plugins.jpeg with parameters of type JPEGHuffmanTable修饰符和类方法描述void
JPEGImageReadParam.setDecodeTables
(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Sets the quantization and Huffman tables to use in decoding abbreviated streams.void
JPEGImageWriteParam.setEncodeTables
(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Sets the quantization and Huffman tables to use in encoding abbreviated streams.