[]
Returns the width in pixels of the specified tile-component. This default implementation assumes no tiling and no component subsampling (i.e., all components, or components, have the same dimensions in pixels).
public virtual int getTileCompWidth(int t, int c)
Type | Name | Description |
---|---|---|
int | t | Tile index |
int | c | The index of the component, from 0 to C-1. |
Type | Description |
---|---|
int | The width in pixels of component c in tilet. |