[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.setTile

setTile Method

setTile(int, int)

Changes the current tile, given the new coordinates.

       <p>This method resets the 'subbTrees' array, and recalculates the
       values of the 'reversible' array. It also resets the decomposed
       component buffers.</p>
Declaration
public override void setTile(int x, int y)
Parameters
Type Name Description
int x

The horizontal coordinate of the tile.

int y

The vertical coordinate of the new tile.

Overrides