cz.cuni.jagrlib
Class BitMaskEnumerator.HLine

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

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

Return type for BitMaskEnumerator H-line.

Since:
0.03
See Also:
BitMaskEnumerator.Pixel

Field Summary
 double alpha
          Opacity of the H-line (should be > 0.0).
 int x1
          Starting X coordinate of the H-line.
 int x2
          X coordinate after the end of of the H-line (x2 > x1).
 int y
          Y coordinate of the H-line.
 
Constructor Summary
BitMaskEnumerator.HLine()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x1

public int x1
Starting X coordinate of the H-line.
Infinity markers can be used.


x2

public int x2
X coordinate after the end of of the H-line (x2 > x1).
Infinity markers can be used.


y

public int y
Y coordinate of the H-line.


alpha

public double alpha
Opacity of the H-line (should be > 0.0).

Constructor Detail

BitMaskEnumerator.HLine

public BitMaskEnumerator.HLine()