Uses of Class
jj2000.j2k.quantization.QuantTypeSpec
Packages that use QuantTypeSpec
Package
Description
-
Uses of QuantTypeSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return QuantTypeSpecModifier and TypeMethodDescriptionJ2KImageWriteParamJava.getQuantizationType()GetsquantizationType -
Uses of QuantTypeSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as QuantTypeSpec -
Uses of QuantTypeSpec in jj2000.j2k.quantization.quantizer
Methods in jj2000.j2k.quantization.quantizer that return QuantTypeSpecModifier and TypeMethodDescriptionStdQuantizer.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 QuantTypeSpecModifierConstructorDescriptionAnWTFilterSpec(int nt, int nc, byte type, QuantTypeSpec qts, J2KImageWriteParamJava wp, String values) Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.