[]
        
(Showing Draft Content)

CSJ2K.j2k.image.Tiler.getNumTiles

getNumTiles Method

getNumTiles(Coord)

Returns the number of tiles in the horizontal and vertical directions.

Declaration
public override Coord getNumTiles(Coord co)
Public Overrides Function getNumTiles(co As Coord) As Coord
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 number of tiles in the horizontal (Coord.x) and vertical (Coord.y) directions.

Overrides
Implements

getNumTiles()

Returns the total number of tiles in the image.

Declaration
public override int getNumTiles()
Public Overrides Function getNumTiles() As Integer
Returns
Type Description
int

The total number of tiles in the image.

Overrides
Implements