|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PixelFormatUtil.PixelSink
| Method Summary | |
|---|---|
PixelFormat |
getPixelformat()
Return the sink's destination pixelformat. |
int |
getStride()
Returns stride in byte-size, i.e. |
boolean |
isGLOriented()
Returns true if the sink's memory is laid out in
OpenGL's coordinate system, origin at bottom left. |
| Method Detail |
|---|
PixelFormat getPixelformat()
int getStride()
Must be >= getPixelformat().bytesPerPixel() * #getSize().getWidth().
boolean isGLOriented()
true if the sink's memory is laid out in
OpenGL's coordinate system, origin at bottom left.
Otherwise returns false, i.e. origin at top left.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||