ucar.jpeg.jj2000.j2k.quantization.dequantizer
Class DequantizerParams
java.lang.Object
ucar.jpeg.jj2000.j2k.quantization.dequantizer.DequantizerParams
- Direct Known Subclasses:
- StdDequantizerParams
public abstract class DequantizerParams
- extends Object
This is the generic ineterface for dequantization parameters. Generally,
for each type of dequantizer, there should be a corresponding class to
store its parameters. The parameters are those that come from the bit
stream header, that concern dequantization.
Method Summary |
abstract int |
getDequantizerType()
Returns the type of the dequantizer for which the parameters are. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DequantizerParams
public DequantizerParams()
getDequantizerType
public abstract int getDequantizerType()
- Returns the type of the dequantizer for which the parameters are. The
types are defined in the Dequantizer class.
- Returns:
- The type of the dequantizer for which the parameters
are.
- See Also:
Dequantizer
Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.