[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.ProgressionSpec.-ctor

ProgressionSpec Constructor

ProgressionSpec(int, int, byte)

Creates a new ProgressionSpec object for the specified number of tiles and components.

Declaration
public ProgressionSpec(int nt, int nc, byte type)
Parameters
Type Name Description
int nt

The number of tiles

int nc

The number of components

byte type

the type of the specification module i.e. tile specific, component specific or both. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.

ProgressionSpec(int, int, int, IntegerSpec, byte, ParameterList)

Creates a new ProgressionSpec object for the specified number of tiles, components and the ParameterList instance.

Declaration
public ProgressionSpec(int nt, int nc, int nl, IntegerSpec dls, byte type, ParameterList pl)
Parameters
Type Name Description
int nt

The number of tiles

int nc

The number of components

int nl

The number of layer

IntegerSpec dls

The number of decomposition levels specifications

byte type

the type of the specification module. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.

ParameterList pl

The ParameterList instance