public class EGLClientPixmapHI extends Object
Modifier and Type | Method and Description |
---|---|
static EGLClientPixmapHI |
create() |
static EGLClientPixmapHI |
create(ByteBuffer buf) |
ByteBuffer |
getBuffer() |
int |
getIHeight()
Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
int |
getIStride()
Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
int |
getIWidth()
Getter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
EGLClientPixmapHI |
setIHeight(int val)
Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
EGLClientPixmapHI |
setIStride(int val)
Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
EGLClientPixmapHI |
setIWidth(int val)
Setter for native field: CType['EGLint' (typedef), size [fixed true, lnx64 4], [int]]
|
static int |
size() |
public static int size()
public static EGLClientPixmapHI create()
public static EGLClientPixmapHI create(ByteBuffer buf)
public ByteBuffer getBuffer()
public EGLClientPixmapHI setIWidth(int val)
public int getIWidth()
public EGLClientPixmapHI setIHeight(int val)
public int getIHeight()
public EGLClientPixmapHI setIStride(int val)
public int getIStride()
Copyright 2010 JogAmp Community.