[]
        
(Showing Draft Content)

CSJ2K.j2k.ModuleSpec.getCompDef

getCompDef Method

getCompDef(int)

Gets default value of the specified component. If no specification have been entered for this component, returns default value.

Declaration
public virtual object getCompDef(int c)
Parameters
Type Name Description
int c

Component index

Returns
Type Description
object

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

See Also