Java Platform 1.2
Beta 4

Uses of Class
com.sun.image.codec.jpeg.JPEGHuffmanTable

Packages that use JPEGHuffmanTable
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
 

Uses of JPEGHuffmanTable in com.sun.image.codec.jpeg
 

Fields in com.sun.image.codec.jpeg declared as JPEGHuffmanTable
static JPEGHuffmanTable JPEGHuffmanTable.StdDCLuminance
          Standard Huffman table ( JPEG standard section K.3 )
static JPEGHuffmanTable JPEGHuffmanTable.StdDCChrominance
          Standard Huffman table ( JPEG standard section K.3 )
static JPEGHuffmanTable JPEGHuffmanTable.StdACLuminance
          Standard Huffman table ( JPEG standard section K.3 )
static JPEGHuffmanTable JPEGHuffmanTable.StdACChrominance
          Standard Huffman table ( JPEG standard section K.3 )
 

Methods in com.sun.image.codec.jpeg that return JPEGHuffmanTable
 JPEGHuffmanTable JPEGDecodeParam.getDCHuffmanTable(int tableNum)
          Returns the DC Huffman coding table requested or null if not defined
 JPEGHuffmanTable JPEGDecodeParam.getDCHuffmanTableForComponent(int component)
          Returns the DC Huffman coding table for the requested component.
 JPEGHuffmanTable JPEGDecodeParam.getACHuffmanTable(int tableNum)
          Returns the AC Huffman coding table requested or null if not defined
 JPEGHuffmanTable JPEGDecodeParam.getACHuffmanTableForComponent(int component)
          Returns the AC Huffman coding table for the requested component.
 

Methods in com.sun.image.codec.jpeg with parameters of type JPEGHuffmanTable
 void JPEGEncodeParam.setDCHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          Sets the DC Huffman coding table at index to the table provided.
 void JPEGEncodeParam.setACHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          Sets the AC Huffman coding table at index to the table provided.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.