All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.hdflib.HDFJPEGCompInfo

java.lang.Object
   |
   +----ncsa.hdf.hdflib.HDFCompInfo
           |
           +----ncsa.hdf.hdflib.HDFOldCompInfo
                   |
                   +----ncsa.hdf.hdflib.HDFJPEGCompInfo

public class HDFJPEGCompInfo
extends HDFOldCompInfo

This class is a container for the parameters to the HDF JPEG compression class.

In this case, the parameters are the quality and baseline.

For details of the HDF libraries, see the HDF Documentation at: http://hdf.ncsa.uiuc.edu


Variable Index

 o force_baseline
 o quality

Constructor Index

 o HDFJPEGCompInfo()
 o HDFJPEGCompInfo(int, int)

Variables

 o quality
 public int quality
 o force_baseline
 public int force_baseline

Constructors

 o HDFJPEGCompInfo
 public HDFJPEGCompInfo()
 o HDFJPEGCompInfo
 public HDFJPEGCompInfo(int qual,
                        int fb)

All Packages  Class Hierarchy  This Package  Previous  Next  Index