Uses of Class
ucar.jpeg.jj2000.j2k.wavelet.analysis.ForwardWT

Packages that use ForwardWT
ucar.jpeg.jj2000.j2k.codestream.writer   
ucar.jpeg.jj2000.j2k.wavelet.analysis   
 

Uses of ForwardWT in ucar.jpeg.jj2000.j2k.codestream.writer
 

Fields in ucar.jpeg.jj2000.j2k.codestream.writer declared as ForwardWT
protected  ForwardWT HeaderEncoder.dwt
          Reference to the DWT module
 

Constructors in ucar.jpeg.jj2000.j2k.codestream.writer with parameters of type ForwardWT
HeaderEncoder(ImgData origsrc, boolean[] isorigsig, ForwardWT dwt, Tiler tiler, EncoderSpecs encSpec, ROIScaler roiSc, PostCompRateAllocator ralloc, ParameterList pl)
          Initializes the header writer with the references to the coding chain.
 

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

Subclasses of ForwardWT in ucar.jpeg.jj2000.j2k.wavelet.analysis
 class ForwWTFull
          This class implements the ForwardWT abstract class with the full-page approach to be used either with integer or floating-point filters
 

Methods in ucar.jpeg.jj2000.j2k.wavelet.analysis that return ForwardWT
static ForwardWT ForwardWT.createInstance(BlkImgDataSrc src, ParameterList pl, EncoderSpecs encSpec)
          Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.
 



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