[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter.setTile

setTile Method

setTile(int, int)

Changes the current tile, given the new indexes. An IllegalArgumentException is thrown if the indexes do not correspond to a valid tile.

       <p>This default implementation just changes the tile in the source.</p>
Declaration
public virtual void setTile(int x, int y)
Parameters
Type Name Description
int x

The horizontal indexes the tile.

int y

The vertical indexes of the new tile.

Implements