|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jj2000.j2k.quantization.dequantizer.DequantizerParams
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.
Constructor Summary | |
DequantizerParams()
|
Method Summary | |
abstract int |
getDequantizerType()
Returns the type of the dequantizer for which the parameters are. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public DequantizerParams()
Method Detail |
public abstract int getDequantizerType()
Dequantizer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |