KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > imageio > plugins > jpeg > JPEGHuffmanTable

javax.imageio.plugins.jpeg
Class JPEGHuffmanTable

java.lang.Object
  extended by javax.imageio.plugins.jpeg.JPEGHuffmanTable
See Also:
Source Code

public short[] getLengths()
See Also:
getValues()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short[] getValues()
See Also:
getLengths()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JPEGHuffmanTable(short[] lengths,
                        short[] values)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JPEGHuffmanTable StdACChrominance
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JPEGHuffmanTable StdACLuminance
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JPEGHuffmanTable StdDCChrominance
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JPEGHuffmanTable StdDCLuminance
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags