Uses of Class
jj2000.j2k.IntegerSpec
-
Packages that use IntegerSpec Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.decoder jj2000.j2k.entropy -
-
Uses of IntegerSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return IntegerSpec Modifier and Type Method Description IntegerSpec
J2KImageWriteParamJava. getDecompositionLevel()
GetsdecompositionLevel
-
Uses of IntegerSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as IntegerSpec Modifier and Type Field Description IntegerSpec
DecoderSpecs. dls
Number of decomposition levels specificationsIntegerSpec
DecoderSpecs. nls
Number of layers specificationsIntegerSpec
DecoderSpecs. pos
Progression order specifications -
Uses of IntegerSpec in jj2000.j2k.entropy
Constructors in jj2000.j2k.entropy with parameters of type IntegerSpec Constructor Description PrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, J2KImageWriteParamJava wp, String values)
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the J2KImageWriteParamJava instance.PrecinctSizeSpec(int nt, int nc, byte type, IntegerSpec dls)
Creates a new PrecinctSizeSpec object for the specified number of tiles and components.ProgressionSpec(int nt, int nc, int nl, IntegerSpec dls, byte type, J2KImageWriteParamJava wp, String values)
Creates a new ProgressionSpec object for the specified number of tiles, components and the J2KImageWriteParamJava instance.
-