ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / MultiResImgData Interface
Properties Methods

In This Topic
    MultiResImgData Interface Members
    In This Topic

    The following tables list the members exposed by MultiResImgData.

    Public Properties
     NameDescription
     PropertyReturns the nominal tiles height  
     PropertyReturns the nominal tiles width  
     PropertyReturns the number of components in the image.  
     PropertyReturns the index of the current tile, relative to a standard scan-line order.  
     PropertyReturns the horizontal tile partition offset in the reference grid  
     PropertyReturns the vertical tile partition offset in the reference grid  
    Top
    Public Methods
     NameDescription
     MethodReturns the height in pixels of the specified component in the overall image, for the given resolution level.  
     MethodReturns the width in pixels of the specified component in the overall image, for the given resolution level.  
     MethodReturns the component subsampling factor in the horizontal direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.  
     MethodReturns the component subsampling factor in the vertical direction, for the specified component. This is, approximately, the ratio of dimensions between the reference grid and the component itself, see the 'ImgData' interface desription for details.  
     MethodReturns the overall height of the image in pixels, for the given resolution level. This is the image's height without accounting for any component subsampling or tiling. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodReturns the horizontal coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodReturns the vertical coordinate of the image origin, the top-left corner, in the canvas system, on the reference grid at the specified resolution level. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodReturns the overall width of the image in pixels, for the given resolution level. This is the image's width without accounting for any component subsampling or tiling. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodOverloaded. Returns the number of tiles in the horizontal and vertical directions.  
     MethodReturns the horizontal coordinate of the upper-left corner of the specified resolution in the given component of the current tile.  
     MethodReturns the vertical coordinate of the upper-left corner of the specified resolution in the given component of the current tile.  
     MethodReturns the specified synthesis subband tree  
     MethodReturns the indexes of the current tile. These are the horizontal and vertical indexes of the current tile.  
     MethodReturns the height in pixels of the specified tile-component for the given resolution level.  
     MethodReturns the width in pixels of the specified tile-component for the given resolution level.  
     MethodReturns the overall height of the current tile in pixels, for the given resolution level. This is the tile's height without accounting for any component subsampling. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodReturns the overall width of the current tile in pixels for the given resolution level. This is the tile's width without accounting for any component subsampling. The resolution level is indexed from the lowest number of resolution levels of all components of the current tile.  
     MethodAdvances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).  
     MethodChanges the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.  
    Top
    See Also