Java Platform 1.2
Beta 4

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

Packages that use JPEGQTable
com.sun.image.codec.jpeg Provides classes for encoding and decoding JPEG images.  
 

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

Fields in com.sun.image.codec.jpeg declared as JPEGQTable
static JPEGQTable JPEGQTable.StdLuminance
          This is the sample luminance quantization table given in the JPEG spec section K.1, expressed in zigzag order.
static JPEGQTable JPEGQTable.StdChrominance
          This is the sample luminance quantization table given in the JPEG spec section K.1, expressed in zigzag order.
 

Methods in com.sun.image.codec.jpeg that return JPEGQTable
 JPEGQTable JPEGQTable.getScaledInstance(float scaleFactor, boolean forceBaseline)
          Returns a new Quantization table where the values are multiplied by scaleFactor and then clamped to the range 1..32767 (or to 1..255 if forceBaseline is 'true').
 JPEGQTable JPEGDecodeParam.getQTable(int tableNum)
          Returns the coefficient quantization tables or NULL if not defined. tableNum must range in value from 0 - 3.
 JPEGQTable JPEGDecodeParam.getQTableForComponent(int component)
          Returns the Quantization table for the requested component.
 

Methods in com.sun.image.codec.jpeg with parameters of type JPEGQTable
 void JPEGEncodeParam.setQTable(int tableNum, JPEGQTable qTable)
          Sets the coefficient quantization tables at index passed. tableNum must range in value from 0 - 3.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.