ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgDataAdapter Class
Members

In This Topic
    MultiResImgDataAdapter Class
    In This Topic
    This class provides a default implementation for the methods of the 'MultiResImgData' interface. The default implementation consists just in returning the value of the source, where the source is another 'MultiResImgData' object.

    This abstract class can be used to facilitate the development of other classes that implement 'MultiResImgData'. For example a dequantizer can inherit from this class and all the trivial methods do not have to be reimplemented.

    If the default implementation of a method provided in this class does not suit a particular implementation of the 'MultiResImgData' interface, the method can be overriden to implement the proper behaviour.

    Object Model
    MultiResImgDataAdapter Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class MultiResImgDataAdapter 
       Implements MultiResImgData 
    public abstract class MultiResImgDataAdapter : MultiResImgData  
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter
          CSJ2K.j2k.entropy.decoder.EntropyDecoder
          CSJ2K.j2k.quantization.dequantizer.Dequantizer
          CSJ2K.j2k.roi.ROIDeScaler

    See Also