[]
        
(Showing Draft Content)

CSJ2K.j2k.image.invcomptransf.InvCompTransf.nextTile

nextTile Method

nextTile()

Advances to the next tile, in standard scan-line order (by rows then columns). An NoNextElementException is thrown if the current tile is the last one (i.e. there is no next tile).

       <p>This default implementation just advances to the next tile in the
       source.</p>
Declaration
public override void nextTile()
Overrides
Implements