cz.cuni.jagrlib
Class EmptyBitMaskEnumerator
java.lang.Object
cz.cuni.jagrlib.EmptyBitMaskEnumerator
- All Implemented Interfaces:
- BitMaskEnumerator
public class EmptyBitMaskEnumerator
- extends Object
- implements BitMaskEnumerator
Void BitMask
-enumerator. Used in modules with no read capability.
- Version:
- 0.25 $Rev: 383 $ $Date: 2007-01-04 01:02:18 +0100 (čt, 04 I 2007) $ $Author: pepca $
- See Also:
- EmptyBitMaskEnumerator.java,
interface BitMask
,
interface AlphaMask
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyBitMaskEnumerator
public EmptyBitMaskEnumerator()
reset
public void reset()
- (Re-)initialization of the enumerator.
- Specified by:
reset
in interface BitMaskEnumerator
nextPixel
public BitMaskEnumerator.Pixel nextPixel(BitMaskEnumerator.Pixel pre)
- Returns the next
BitMask
(AlphaMask
) pixel.
- Specified by:
nextPixel
in interface BitMaskEnumerator
- Parameters:
pre
- Pre-allocated BitMaskEnumerator.Pixel
instance (non-mandatory).
- Returns:
- The next opaque
BitMaskEnumerator.Pixel
or null
. - See Also:
nextHLine(cz.cuni.jagrlib.BitMaskEnumerator.HLine)
nextHLine
public BitMaskEnumerator.HLine nextHLine(BitMaskEnumerator.HLine pre)
- Returns the next
BitMask
(AlphaMask
) H-line.
- Specified by:
nextHLine
in interface BitMaskEnumerator
- Parameters:
pre
- Pre-allocated BitMaskEnumerator.HLine
instance (non-mandatory).
- Returns:
- The next opaque
BitMaskEnumerator.HLine
or null
. - See Also:
nextPixel(cz.cuni.jagrlib.BitMaskEnumerator.Pixel)