[]
public class CBlkSizeSpec : ModuleSpec
| Name | Description |
|---|---|
| CBlkSizeSpec(int, int, byte) | Creates a new CBlkSizeSpec object for the specified number of tiles and components. |
| CBlkSizeSpec(int, int, byte, ParameterList) | Creates a new CBlkSizeSpec object for the specified number of tiles and components and the ParameterList instance. |
| Name | Description |
|---|---|
| MaxCBlkHeight | Returns the maximum code-block's height |
| MaxCBlkWidth | Returns the maximum code-block's width |
| Name | Description |
|---|---|
| getCBlkHeight(byte, int, int) | Returns the code-block height:
|
| getCBlkWidth(byte, int, int) | |
| setCompDef(int, object) | Sets default value for specified component and specValType tag if allowed by its priority. |
| setDefault(object) | Sets default value for this module |
| setTileCompVal(int, int, object) | Sets value for specified tile-component. |
| setTileDef(int, object) | Sets default value for specified tile and specValType tag if allowed by its priority. |