All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----ncsa.hdf.hdflib.HDFCompInfo | +----ncsa.hdf.hdflib.HDFOldCompInfo | +----ncsa.hdf.hdflib.HDFJPEGCompInfo
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
public int quality
public int force_baseline
public HDFJPEGCompInfo()
public HDFJPEGCompInfo(int qual, int fb)
All Packages Class Hierarchy This Package Previous Next Index