Uses of Class
jj2000.j2k.StringSpec
Packages that use StringSpec
-
Uses of StringSpec in com.sun.media.imageioimpl.plugins.jpeg2000
Methods in com.sun.media.imageioimpl.plugins.jpeg2000 that return StringSpecModifier and TypeMethodDescriptionJ2KImageWriteParamJava.getBypass()GetsbypassJ2KImageWriteParamJava.getCausalCXInfo()GetscausalCXInfoJ2KImageWriteParamJava.getCodeSegSymbol()GetscodeSegSymbolJ2KImageWriteParamJava.getEPH()GetsEPHJ2KImageWriteParamJava.getMethodForMQLengthCalc()GetsmethodForMQLengthCalcJ2KImageWriteParamJava.getMethodForMQTermination()GetsmethodForMQTerminationJ2KImageWriteParamJava.getResetMQ()GetsresetMQJ2KImageWriteParamJava.getSOP()GetsSOPJ2KImageWriteParamJava.getTerminateOnByte()GetsterminateOnByte -
Uses of StringSpec in jj2000.j2k.entropy.encoder
Fields in jj2000.j2k.entropy.encoder declared as StringSpecModifier and TypeFieldDescriptionStdEntropyCoder.bmsBy-pass mode specificationsStdEntropyCoder.cssCausal stripes specificationsStdEntropyCoder.lcsThe length calculation specificationsStdEntropyCoder.mqrsMQ reset specificationsStdEntropyCoder.rtsRegular termination specificationsStdEntropyCoder.sssError resilience segment symbol use specificationsStdEntropyCoder.ttsThe termination type specificationsMethods in jj2000.j2k.entropy.encoder with parameters of type StringSpecModifier and TypeMethodDescriptionstatic 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 StringSpecModifierConstructorDescriptionStdEntropyCoder(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.