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

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

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

Methods in com.sun.image.codec.jpeg that return JPEGHuffmanTable
 JPEGHuffmanTable getDCHuffmanTable(int tableNum)
          Returns the DC Huffman coding table requested or null if not defined
 JPEGHuffmanTable getDCHuffmanTableForComponent(int component)
          Returns the DC Huffman coding table for the requested component.
 JPEGHuffmanTable getACHuffmanTable(int tableNum)
          Returns the AC Huffman coding table requested or null if not defined
 JPEGHuffmanTable 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 setDCHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          Sets the DC Huffman coding table at index to the table provided.
 void setACHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          Sets the AC Huffman coding table at index to the table provided.
 



Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.