- 
 
- 
- 
Methods in javax.imageio.plugins.jpeg that return JPEGHuffmanTable 
| Modifier and Type | 
Method | 
Description | 
JPEGHuffmanTable[] | 
JPEGImageReadParam.getACHuffmanTables() | 
 Returns a copy of the array of AC Huffman tables set on the
 most recent call to setDecodeTables, or
 null if tables are not currently set. 
 | 
JPEGHuffmanTable[] | 
JPEGImageWriteParam.getACHuffmanTables() | 
 Returns a copy of the array of AC Huffman tables set on the
 most recent call to setEncodeTables, or
 null if tables are not currently set. 
 | 
JPEGHuffmanTable[] | 
JPEGImageReadParam.getDCHuffmanTables() | 
 Returns a copy of the array of DC Huffman tables set on the
 most recent call to setDecodeTables, or
 null if tables are not currently set. 
 | 
JPEGHuffmanTable[] | 
JPEGImageWriteParam.getDCHuffmanTables() | 
 Returns a copy of the array of DC Huffman tables set on the
 most recent call to setEncodeTables, or
 null if tables are not currently set. 
 |