| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPEGHuffmanTable | |
|---|---|
| javax.imageio.plugins.jpeg | Classes supporting the built-in JPEG plug-in. | 
| Uses of JPEGHuffmanTable in javax.imageio.plugins.jpeg | 
|---|
| Fields in javax.imageio.plugins.jpeg declared as JPEGHuffmanTable | |
|---|---|
| static JPEGHuffmanTable | JPEGHuffmanTable.StdACChrominanceThe standard AC chrominance Huffman table. | 
| static JPEGHuffmanTable | JPEGHuffmanTable.StdACLuminanceThe standard AC luminance Huffman table. | 
| static JPEGHuffmanTable | JPEGHuffmanTable.StdDCChrominanceThe standard DC chrominance Huffman table. | 
| static JPEGHuffmanTable | JPEGHuffmanTable.StdDCLuminanceThe standard DC luminance Huffman table. | 
| Methods in javax.imageio.plugins.jpeg that return JPEGHuffmanTable | |
|---|---|
|  JPEGHuffmanTable[] | JPEGImageWriteParam.getACHuffmanTables()Returns a copy of the array of AC Huffman tables set on the most recent call to setEncodeTables, ornullif tables are not currently set. | 
|  JPEGHuffmanTable[] | JPEGImageReadParam.getACHuffmanTables()Returns a copy of the array of AC Huffman tables set on the most recent call to setDecodeTables, ornullif 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, ornullif 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, ornullif 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 | 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. | 
|  void | JPEGImageWriteParam.setEncodeTables(JPEGQTable[] qTables,
                JPEGHuffmanTable[] DCHuffmanTables,
                JPEGHuffmanTable[] ACHuffmanTables)Sets the quantization and Huffman tables to use in encoding abbreviated streams. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.