[]
        
(Showing Draft Content)

CSJ2K.j2k.ModuleSpec.getTileDef

getTileDef Method

getTileDef(int)

Gets default value of the specified tile. If no specification has been entered, it returns the default value.

Declaration
public virtual object getTileDef(int t)
Parameters
Type Name Description
int t

Tile index

Returns
Type Description
object

The default value for this tile (Must be casted before use)

See Also