cz.cuni.jagrlib
Class BitMaskEnumerator.Pixel
java.lang.Object
cz.cuni.jagrlib.BitMaskEnumerator.Pixel
- Enclosing interface:
- BitMaskEnumerator
public static class BitMaskEnumerator.Pixel
- extends Object
Return type for BitMaskEnumerator
pixel.
- Since:
- 0.03
- Version:
- 0.25 $Rev: 281 $ $Date: 2006-06-01 20:55:34 +0200 (čt, 01 VI 2006) $ $Author: pepca $
- See Also:
BitMaskEnumerator.HLine
Field Summary |
double |
alpha
Opacity of the pixel (should be > 0.0). |
int |
x
X coordinate of the pixel. |
int |
y
Y coordinate of the pixel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
- X coordinate of the pixel.
For infinite scanlines two BitMaskEnumerator.Pixel
s
are returned (using BitMaskEnumerator.MINUS_INFINITY
and/or BitMaskEnumerator.PLUS_INFINITY
).
y
public int y
- Y coordinate of the pixel.
alpha
public double alpha
- Opacity of the pixel (should be > 0.0).
BitMaskEnumerator.Pixel
public BitMaskEnumerator.Pixel()