[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.Subband.nextSubband

nextSubband Method

nextSubband()

Returns the next subband in the same resolution level, following the subband index order. If already at the last subband then null is returned. If this subband is not a leaf an IllegalArgumentException is thrown.

Declaration
public virtual Subband nextSubband()
Returns
Type Description
Subband

The next subband in the same resolution level, following the subband index order, or null if already at last subband.