com.sun.image.codec.jpeg

Uses of Interface
com.sun.image.codec.jpeg.JPEGDecodeParam

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

Subinterfaces of JPEGDecodeParam in com.sun.image.codec.jpeg
 interface JPEGEncodeParam
          JPEGEncodeParam encapsulates tables and options necessary to control encoding of JPEG data streams.
 

Methods in com.sun.image.codec.jpeg that return JPEGDecodeParam
 JPEGDecodeParam JPEGImageDecoder.getJPEGDecodeParam()
          Returns the JPEGDecodeParam object that resulted from the most recent decoding event.
 

Methods in com.sun.image.codec.jpeg with parameters of type JPEGDecodeParam
 void JPEGImageDecoder.setJPEGDecodeParam(JPEGDecodeParam jdp)
          Sets the JPEGDecodeParam object used to determine the features of the decompression performed on the JPEG encoded data.
 JPEGEncodeParam JPEGImageEncoder.getDefaultJPEGEncodeParam(JPEGDecodeParam jdp)
          This is a factory method for creating a JPEGEncodeParam from a JPEGDecodeParam.
static JPEGImageDecoder JPEGCodec.createJPEGDecoder(InputStream src, JPEGDecodeParam jdp)
          This creates an instance of a JPEGImageDecoder that can be used to decode JPEG Data streams.
static JPEGEncodeParam JPEGCodec.getDefaultJPEGEncodeParam(JPEGDecodeParam jdp)
          This is a factory method for creating a JPEGEncodeParam from a JPEGDecodeParam.
 


com.sun.image.codec.jpeg

Submit a bug or feature
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.