[]
        
(Showing Draft Content)

CSJ2K.j2k.util.ParameterList.-ctor

ParameterList Constructor

ParameterList()

Constructs an empty ParameterList object. It can be later completed by adding elements one by one, by loading them from a file, or by initializing them from an argument string.

Declaration
public ParameterList()

ParameterList(ParameterList)

Constructs an empty ParameterList object with the provided default parameters. The list can be later updated by adding elements one by one, by loading them from a file, or by initializing them from an argument string.

Declaration
public ParameterList(ParameterList def)
Parameters
Type Name Description
ParameterList def

The defaults parameters