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

Packages that use ModuleSpec
ucar.jpeg.jj2000.j2k   
ucar.jpeg.jj2000.j2k.decoder   
ucar.jpeg.jj2000.j2k.entropy   
ucar.jpeg.jj2000.j2k.image   
ucar.jpeg.jj2000.j2k.image.forwcomptransf   
ucar.jpeg.jj2000.j2k.quantization   
ucar.jpeg.jj2000.j2k.roi   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
ucar.jpeg.jj2000.j2k.wavelet.synthesis   
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k
 class IntegerSpec
          This class extends ModuleSpec and is responsible of Integer specifications for each tile-component.
 class StringSpec
          This class extends ModuleSpec class in order to hold tile-component specifications using Strings.
 

Methods in ucar.jpeg.jj2000.j2k that return ModuleSpec
 ModuleSpec ModuleSpec.getCopy()
           
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.decoder
 

Fields in ucar.jpeg.jj2000.j2k.decoder declared as ModuleSpec
 ModuleSpec DecoderSpecs.ecopts
          The Entropy decoder options specifications
 ModuleSpec DecoderSpecs.ephs
          The End of Packet Headers (EPH) markers specifications
 ModuleSpec DecoderSpecs.ers
          The error resilience specifications concerning the entropy decoder
 ModuleSpec DecoderSpecs.iccs
          ICC Profiling specifications
 ModuleSpec DecoderSpecs.pcs
          The progression changes specifications
 ModuleSpec DecoderSpecs.pphs
          Packed packet header specifications
 ModuleSpec DecoderSpecs.sops
          The Start Of Packet (SOP) markers specifications
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.entropy
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.entropy
 class CBlkSizeSpec
          This class extends ModuleSpec class for code-blocks sizes holding purposes.
 class PrecinctSizeSpec
          This class extends ModuleSpec class for precinct partition sizes holding purposes.
 class ProgressionSpec
          This class extends ModuleSpec class for progression type(s) and progression order changes holding purposes.
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.image
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.image
 class CompTransfSpec
          This class extends the ModuleSpec class in order to hold tile specifications for multiple component transformation
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.image.forwcomptransf
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.image.forwcomptransf
 class ForwCompTransfSpec
          This class extends CompTransfSpec class in order to hold encoder specific aspects of CompTransfSpec.
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.quantization
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.quantization
 class GuardBitsSpec
          This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.
 class QuantStepSizeSpec
          This class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.
 class QuantTypeSpec
          This class extends ModuleSpec class in order to hold specifications about the quantization type to use in each tile-component.
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.roi
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.roi
 class MaxShiftSpec
          This class contains the maxshift scaling value for each tile-component.
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.wavelet.analysis
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.wavelet.analysis
 class AnWTFilterSpec
          This class extends ModuleSpec class for analysis filters specification holding purpose.
 

Uses of ModuleSpec in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 

Subclasses of ModuleSpec in ucar.jpeg.jj2000.j2k.wavelet.synthesis
 class SynWTFilterSpec
          This class extends ModuleSpec class for synthesis filters specification holding purpose.
 



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