[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.getResULX

getResULX Method

getResULX(int, int)

Returns the horizontal coordinate of the upper-left corner of the specified resolution level in the given component of the current tile.

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

The component index.

int rl

The resolution level index.

Returns
Type Description
int
Implements