[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataAdapter.getTile

getTile Method

getTile(Coord)

Returns the indexes of the current tile. These are the horizontal and vertical indexes of the current tile.

       <p>This default implementation returns the value of the source.</p>
Declaration
public virtual Coord getTile(Coord co)
Parameters
Type Name Description
Coord co

If not null this object is used to return the information. If null a new one is created and returned.

Returns
Type Description
Coord

The current tile's indexes (vertical and horizontal indexes).

Implements