|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.BitMaskEnumerator.Pixel
public static class BitMaskEnumerator.Pixel
Return type for BitMaskEnumerator
pixel.
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 |
---|
public int x
BitMaskEnumerator.Pixel
s
are returned (using BitMaskEnumerator.MINUS_INFINITY
and/or BitMaskEnumerator.PLUS_INFINITY
).
public int y
public double alpha
Constructor Detail |
---|
public BitMaskEnumerator.Pixel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |