GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type javax.imageio.plugins.jpeg.JPEGHuffmanTable | |
JPEGHuffmanTable | The standard JPEG AC chrominance Huffman table.
|
JPEGHuffmanTable | The standard JPEG AC luminance Huffman table.
|
JPEGHuffmanTable | The standard JPEG DC chrominance Huffman table.
|
JPEGHuffmanTable | The standard JPEG DC luminance Huffman table.
|
Methods with parameter type javax.imageio.plugins.jpeg.JPEGHuffmanTable | |
void | JPEGImageReadParam.setDecodeTables(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Set the quantization and Huffman tables that will be used to
decode the stream. |
void | JPEGImageWriteParam.setEncodeTables(JPEGQTable[] qTables, JPEGHuffmanTable[] DCHuffmanTables, JPEGHuffmanTable[] ACHuffmanTables) Set the quantization and Huffman tables that will be used to
encode the stream. |
Methods with return type javax.imageio.plugins.jpeg.JPEGHuffmanTable | |
JPEGHuffmanTable[] | Retrieve the AC Huffman tables.
|
JPEGHuffmanTable[] | Retrieve the AC Huffman tables.
|
JPEGHuffmanTable[] | Retrieve the DC Huffman tables.
|
JPEGHuffmanTable[] | Retrieve the DC Huffman tables.
|
GNU Classpath (0.95) |