[]
Creates a new PrecinctSizeSpec object for the specified number of tiles and components.
public PrecinctSizeSpec(int nt, int nc, byte type, IntegerSpec dls)
| 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. |
| IntegerSpec | dls | Reference to the number of decomposition levels specification |
Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the ParameterList instance.
public PrecinctSizeSpec(int nt, int nc, byte type, BlkImgDataSrc imgsrc, IntegerSpec dls, ParameterList pl)
| 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. |
| BlkImgDataSrc | imgsrc | The image source (used to get the image size) |
| IntegerSpec | dls | |
| ParameterList | pl | The ParameterList instance |