[]
Creates a new ProgressionSpec object for the specified number of tiles and components.
public ProgressionSpec(int nt, int nc, byte type)
Public Sub New(nt As Integer, nc As Integer, type As Byte)
| 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. |
Creates a new ProgressionSpec object for the specified number of tiles, components and the ParameterList instance.
public ProgressionSpec(int nt, int nc, int nl, IntegerSpec dls, byte type, ParameterList pl)
Public Sub New(nt As Integer, nc As Integer, nl As Integer, dls As IntegerSpec, type As Byte, pl As ParameterList)
| 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 |