Uses of Class
jj2000.j2k.quantization.QuantTypeSpec
-
Packages that use QuantTypeSpec Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.decoder jj2000.j2k.quantization.quantizer jj2000.j2k.wavelet.analysis -
-
Uses of QuantTypeSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return QuantTypeSpec Modifier and Type Method Description QuantTypeSpec
J2KImageWriteParamJava. getQuantizationType()
GetsquantizationType
-
Uses of QuantTypeSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as QuantTypeSpec Modifier and Type Field Description QuantTypeSpec
DecoderSpecs. qts
Quantization type specifications -
Uses of QuantTypeSpec in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return QuantTypeSpec Modifier and Type Method Description QuantTypeSpec
StdQuantizer. getQuantTypeSpec()
Returns the quantization type spec object associated to the quantizer. -
Uses of QuantTypeSpec in jj2000.j2k.wavelet.analysis
Constructors in jj2000.j2k.wavelet.analysis with parameters of type QuantTypeSpec Constructor Description AnWTFilterSpec(int nt, int nc, byte type, QuantTypeSpec qts, J2KImageWriteParamJava wp, String values)
Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.
-