Uses of Class
jj2000.j2k.StringSpec
-
Packages that use StringSpec Package Description com.sun.media.imageioimpl.plugins.jpeg2000 jj2000.j2k.entropy.encoder -
-
Uses of StringSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return StringSpec Modifier and Type Method Description StringSpec
J2KImageWriteParamJava. getBypass()
Getsbypass
StringSpec
J2KImageWriteParamJava. getCausalCXInfo()
GetscausalCXInfo
StringSpec
J2KImageWriteParamJava. getCodeSegSymbol()
GetscodeSegSymbol
StringSpec
J2KImageWriteParamJava. getEPH()
GetsEPH
StringSpec
J2KImageWriteParamJava. getMethodForMQLengthCalc()
GetsmethodForMQLengthCalc
StringSpec
J2KImageWriteParamJava. getMethodForMQTermination()
GetsmethodForMQTermination
StringSpec
J2KImageWriteParamJava. getResetMQ()
GetsresetMQ
StringSpec
J2KImageWriteParamJava. getSOP()
GetsSOP
StringSpec
J2KImageWriteParamJava. getTerminateOnByte()
GetsterminateOnByte
-
Uses of StringSpec in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as StringSpec Modifier and Type Field Description StringSpec
StdEntropyCoder. bms
By-pass mode specificationsStringSpec
StdEntropyCoder. css
Causal stripes specificationsStringSpec
StdEntropyCoder. lcs
The length calculation specificationsStringSpec
StdEntropyCoder. mqrs
MQ reset specificationsStringSpec
StdEntropyCoder. rts
Regular termination specificationsStringSpec
StdEntropyCoder. sss
Error resilience segment symbol use specificationsStringSpec
StdEntropyCoder. tts
The termination type specificationsMethods in jj2000.j2k.entropy.encoder with parameters of type StringSpec Modifier and Type Method Description static EntropyCoder
EntropyCoder. 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.
-