|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.BitMaskEnumerator.HLine
public static class BitMaskEnumerator.HLine
Return type for BitMaskEnumerator
H-line.
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 |
---|
public int x1
public int x2
public int y
public double alpha
Constructor Detail |
---|
public BitMaskEnumerator.HLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |