|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PixelFormatUtil.PixelSink32
Pixel sink for up-to 32bit.
| Method Summary | |
|---|---|
void |
store(int x,
int y,
int pixel)
Will be invoked over all rows top-to down and all columns left-to-right. |
| Methods inherited from interface javax.media.nativewindow.util.PixelFormatUtil.PixelSink |
|---|
getPixelformat, getStride, isGLOriented |
| Method Detail |
|---|
void store(int x,
int y,
int pixel)
Shall consider dest pixelformat and only store as much components as defined, up to 32bit.
Implementation may better write single bytes from low-to-high bits,
e.g. ByteOrder.LITTLE_ENDIAN order.
Otherwise a possible endian conversion must be taken into consideration.
x - y - pixel -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||