Uses of Class
jj2000.j2k.IntegerSpec
-
Packages that use IntegerSpec Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.decoder jj2000.j2k.entropy -
-
Uses of IntegerSpec in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return IntegerSpec Modifier and Type Method Description IntegerSpecJ2KImageWriteParamJava. getDecompositionLevel()GetsdecompositionLevel -
Uses of IntegerSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as IntegerSpec Modifier and Type Field Description IntegerSpecDecoderSpecs. dlsNumber of decomposition levels specificationsIntegerSpecDecoderSpecs. nlsNumber of layers specificationsIntegerSpecDecoderSpecs. posProgression 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.
-