Uses of Class
jj2000.j2k.StringSpec
-
Packages that use StringSpec Package Description com.github.jaiimageio.jpeg2000.impl jj2000.j2k.entropy.encoder -
-
Uses of StringSpec in com.github.jaiimageio.jpeg2000.impl
Methods in com.github.jaiimageio.jpeg2000.impl that return StringSpec Modifier and Type Method Description StringSpecJ2KImageWriteParamJava. getBypass()GetsbypassStringSpecJ2KImageWriteParamJava. getCausalCXInfo()GetscausalCXInfoStringSpecJ2KImageWriteParamJava. getCodeSegSymbol()GetscodeSegSymbolStringSpecJ2KImageWriteParamJava. getEPH()GetsEPHStringSpecJ2KImageWriteParamJava. getMethodForMQLengthCalc()GetsmethodForMQLengthCalcStringSpecJ2KImageWriteParamJava. getMethodForMQTermination()GetsmethodForMQTerminationStringSpecJ2KImageWriteParamJava. getResetMQ()GetsresetMQStringSpecJ2KImageWriteParamJava. getSOP()GetsSOPStringSpecJ2KImageWriteParamJava. getTerminateOnByte()GetsterminateOnByte -
Uses of StringSpec in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as StringSpec Modifier and Type Field Description StringSpecStdEntropyCoder. bmsBy-pass mode specificationsStringSpecStdEntropyCoder. cssCausal stripes specificationsStringSpecStdEntropyCoder. lcsThe length calculation specificationsStringSpecStdEntropyCoder. mqrsMQ reset specificationsStringSpecStdEntropyCoder. rtsRegular termination specificationsStringSpecStdEntropyCoder. sssError resilience segment symbol use specificationsStringSpecStdEntropyCoder. ttsThe termination type specificationsMethods in jj2000.j2k.entropy.encoder with parameters of type StringSpec Modifier and Type Method Description static EntropyCoderEntropyCoder. createInstance(CBlkQuantDataSrcEnc src, J2KImageWriteParamJava wp, CBlkSizeSpec cblks, PrecinctSizeSpec pss, StringSpec bms, StringSpec mqrs, StringSpec rts, StringSpec css, StringSpec sss, StringSpec lcs, StringSpec tts)Creates a EntropyCoder object for the appropriate entropy coding parameters in the parameter list 'pl', and having 'src' as the source of quantized data.Constructors in jj2000.j2k.entropy.encoder with parameters of type StringSpec Constructor Description StdEntropyCoder(CBlkQuantDataSrcEnc src, CBlkSizeSpec cblks, PrecinctSizeSpec pss, StringSpec bms, StringSpec mqrs, StringSpec rts, StringSpec css, StringSpec sss, StringSpec lcs, StringSpec tts)Instantiates a new entropy coder engine, with the specified source of data, nominal block width and height.
-