cz.cuni.jagrlib
Class BitMaskEnumerator.Pixel

java.lang.Object
  extended by cz.cuni.jagrlib.BitMaskEnumerator.Pixel
Enclosing interface:
BitMaskEnumerator

public static class BitMaskEnumerator.Pixel
extends java.lang.Object

Return type for BitMaskEnumerator pixel.

Since:
0.03
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.
 
Constructor Summary
BitMaskEnumerator.Pixel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
X coordinate of the pixel.
For infinite scanlines two BitMaskEnumerator.Pixels 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).

Constructor Detail

BitMaskEnumerator.Pixel

public BitMaskEnumerator.Pixel()