クラス
com.sun.image.codec.jpeg.JPEGHuffmanTable の使用

com.sun.image.codec.jpeg での JPEGHuffmanTable の使用
 

JPEGHuffmanTable として宣言されている com.sun.image.codec.jpeg のフィールド
static JPEGHuffmanTable JPEGHuffmanTable.StdDCLuminance
          標準 Huffman テーブル (JPEG 標準セクション K.3) を表します。
static JPEGHuffmanTable JPEGHuffmanTable.StdDCChrominance
          標準 Huffman テーブル (JPEG 標準セクション K.3) を表します。
static JPEGHuffmanTable JPEGHuffmanTable.StdACLuminance
          標準 Huffman テーブル (JPEG 標準セクション K.3) を表します。
static JPEGHuffmanTable JPEGHuffmanTable.StdACChrominance
          標準 Huffman テーブル (JPEG 標準セクション K.3) を表します。
 

JPEGHuffmanTable を返す com.sun.image.codec.jpeg のメソッド
 JPEGHuffmanTable JPEGDecodeParam.getDCHuffmanTable(int tableNum)
          要求された DC Huffman コーディングテーブルを返します。
 JPEGHuffmanTable JPEGDecodeParam.getDCHuffmanTableForComponent(int component)
          要求されたコンポーネントに対する DC Huffman コーディングテーブルを返します。
 JPEGHuffmanTable JPEGDecodeParam.getACHuffmanTable(int tableNum)
          要求された AC Huffman コーディングテーブルを返します。
 JPEGHuffmanTable JPEGDecodeParam.getACHuffmanTableForComponent(int component)
          要求されたコンポーネントに対する AC Huffman コーディングテーブルを返します。
 

JPEGHuffmanTable 型のパラメータを持つ com.sun.image.codec.jpeg のメソッド
 void JPEGEncodeParam.setDCHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          DC Huffman コーディングテーブルを、指定されたテーブルへのインデックス値に設定します。
 void JPEGEncodeParam.setACHuffmanTable(int tableNum, JPEGHuffmanTable huffTable)
          AC Huffman コーディングテーブルのインデックスを、指定されたテーブルに設定します。
 



バグや機能要求の報告
Java は、米国およびその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.