Uses of Class
jj2000.j2k.quantization.QuantTypeSpec
-
Packages that use QuantTypeSpec Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.decoder jj2000.j2k.quantization.quantizer jj2000.j2k.wavelet.analysis -
-
Uses of QuantTypeSpec in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return QuantTypeSpec Modifier and Type Method Description QuantTypeSpecJ2KImageWriteParamJava. getQuantizationType()GetsquantizationType -
Uses of QuantTypeSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as QuantTypeSpec Modifier and Type Field Description QuantTypeSpecDecoderSpecs. qtsQuantization type specifications -
Uses of QuantTypeSpec in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return QuantTypeSpec Modifier and Type Method Description QuantTypeSpecStdQuantizer. 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.
-