Uses of Class
ucar.jpeg.jj2000.j2k.StringSpec

Packages that use StringSpec
ucar.jpeg.jj2000.j2k.encoder   
ucar.jpeg.jj2000.j2k.entropy.encoder   
 

Uses of StringSpec in ucar.jpeg.jj2000.j2k.encoder
 

Fields in ucar.jpeg.jj2000.j2k.encoder declared as StringSpec
 StringSpec EncoderSpecs.bms
          By-pass mode specifications
 StringSpec EncoderSpecs.css
          Causal stripes specifications
 StringSpec EncoderSpecs.ephs
          End of packet header (EPH) marker use specification
 StringSpec EncoderSpecs.lcs
          The length calculation specifications
 StringSpec EncoderSpecs.mqrs
          MQ reset specifications
 StringSpec EncoderSpecs.rts
          Regular termination specifications
 StringSpec EncoderSpecs.sops
          Start of packet (SOP) marker use specification
 StringSpec EncoderSpecs.sss
          Error resilience segment symbol use specifications
 StringSpec EncoderSpecs.tts
          The termination type specifications
 

Uses of StringSpec in ucar.jpeg.jj2000.j2k.entropy.encoder
 

Fields in ucar.jpeg.jj2000.j2k.entropy.encoder declared as StringSpec
 StringSpec StdEntropyCoder.bms
          By-pass mode specifications
 StringSpec StdEntropyCoder.css
          Causal stripes specifications
 StringSpec StdEntropyCoder.lcs
          The length calculation specifications
 StringSpec StdEntropyCoder.mqrs
          MQ reset specifications
 StringSpec StdEntropyCoder.rts
          Regular termination specifications
 StringSpec StdEntropyCoder.sss
          Error resilience segment symbol use specifications
 StringSpec StdEntropyCoder.tts
          The termination type specifications
 

Methods in ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type StringSpec
static EntropyCoder EntropyCoder.createInstance(CBlkQuantDataSrcEnc src, ParameterList pl, 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 ucar.jpeg.jj2000.j2k.entropy.encoder with parameters of type StringSpec
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.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.