JIU 0.14.3

Uses of Class
net.sourceforge.jiu.codecs.jpeg.JPEGQuantizationTable

Packages that use JPEGQuantizationTable
net.sourceforge.jiu.codecs.jpeg Provides classes to read images from JPEG bitstreams. 
 

Uses of JPEGQuantizationTable in net.sourceforge.jiu.codecs.jpeg
 

Methods in net.sourceforge.jiu.codecs.jpeg that return JPEGQuantizationTable
 JPEGQuantizationTable JPEGData.getQuantizationTable(int id)
          Return a quantization table with a given id or null on failure to find it.
 

Methods in net.sourceforge.jiu.codecs.jpeg with parameters of type JPEGQuantizationTable
 void JPEGData.addQuantizationTable(JPEGQuantizationTable table)
           
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt