[]
Returns the width in pixels of the specified tile-component for the given resolution level.
<p>This default implementation returns the value of the source.</p>
public virtual int getTileCompWidth(int t, int c, int rl)
| Type | Name | Description |
|---|---|---|
| int | t | Tile index. |
| int | c | The index of the component, from 0 to N-1. |
| int | rl | The resolution level, from 0 to L. |
| Type | Description |
|---|---|
| int | The width in pixels of component c in tile t for resolution level rl. |