[]
public class PrecinctSizeSpec : ModuleSpec
Name | Description |
---|---|
PrecinctSizeSpec(int, int, byte, IntegerSpec) | Creates a new PrecinctSizeSpec object for the specified number of tiles and components. |
PrecinctSizeSpec(int, int, byte, BlkImgDataSrc, IntegerSpec, ParameterList) | Creates a new PrecinctSizeSpec object for the specified number of tiles and components and the ParameterList instance. |
Name | Description |
---|---|
getPPX(int, int, int) | Returns the precinct partition width in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account. |
getPPY(int, int, int) | Returns the precinct partition height in component 'n' and tile 't' at resolution level 'rl'. If the tile index is equal to -1 or if the component index is equal to -1 it means that those should not be taken into account. |