[]
        
(Showing Draft Content)

CSJ2K.j2k.image.Tiler.setTile

setTile Method

setTile(int, int)

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

Declaration
public override void setTile(int x, int y)
Parameters
Type Name Description
int x

The horizontal index of the tile.

int y

The vertical index of the new tile.

Overrides
Implements