[]
        
(Showing Draft Content)

CSJ2K.Color.ChannelDefinitionMapper.getTileCompWidth

getTileCompWidth Method

getTileCompWidth(int, int)

Returns the width in pixels of the specified tile-component tile.

       <p>This default implementation returns the value of the source.</p>
Declaration
public override int getTileCompWidth(int t, int c)
Parameters
Type Name Description
int t

Tile index

int c

The index of the component, from 0 to N-1.

Returns
Type Description
int

The width in pixels of component c in tilet.

Overrides