[]
        
(Showing Draft Content)

CSJ2K.j2k.ModuleSpec.getSpec

getSpec Method

getSpec(int, int)

Gets value of specified tile-component without knowing if a specific tile-component value has been previously entered. It first check if a tile-component specific value has been entered, then if a tile specific value exist, then if a component specific value exist. If not the default value is returned.

Declaration
protected virtual object getSpec(int t, int c)
Parameters
Type Name Description
int t

Tile index

int c

Component index

Returns
Type Description
object

Value for this tile component.