[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getCompImgWidth

getCompImgWidth Method

getCompImgWidth(int, int)

Returns the width in pixels of the specified component in the overall image, for the given resolution level.

       <p>This default implementation returns the value of the source.</p>
Declaration
public virtual int getCompImgWidth(int c, int rl)
Parameters
Type Name Description
int c

The index of the component, from 0 to N-1.

int rl

The resolution level, from 0 to L.

Returns
Type Description
int

The width in pixels of component c in the overall image.

Implements