API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.imageio.plugins.jpeg. JPEGHuffmanTable View Source
Author(s)
Since
Version
0.5
Serial
Hierarchy
 Object
      JPEGHuffmanTable
Implements
Subclasses
Description
public class JPEGHuffmanTable
  A class encapsulating a single JPEG Huffman table.
See also:   
Constructors
private JPEGHuffmanTable ()
Private constructor used to construct the Standard Huffman tables
public JPEGHuffmanTable (short[] lengths, short[] values)
  Creates a Huffman table and initializes it.
Methods
Hide/Show inherited methods
public short getLengths ()
  Return an array of shorts containing the number of values for each length in the Huffman table.
public short getValues ()
  Return an array of shorts containing the values arranged by increasing length of their corresponding codes.
public String toString ()
Fields
Hide/Show inherited fields
publicfinalstatic JPEGHuffmanTable StdACChrominance
The standard AC chrominance Huffman table.
publicfinalstatic JPEGHuffmanTable StdACLuminance
The standard AC luminance Huffman table.
publicfinalstatic JPEGHuffmanTable StdDCChrominance
The standard DC chrominance Huffman table.
publicfinalstatic JPEGHuffmanTable StdDCLuminance
The standard DC luminance Huffman table.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar