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
iHeight : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] |
int |
getIStride()
Getter for native field
iStride : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] |
int |
getIWidth()
Getter for native field
iWidth : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] |
EGLClientPixmapHI |
setIHeight(int val)
Setter for native field
iHeight : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] |
EGLClientPixmapHI |
setIStride(int val)
Setter for native field
iStride : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] |
EGLClientPixmapHI |
setIWidth(int val)
Setter for native field
iWidth : CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], 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)
iWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]public int getIWidth()
iWidth
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]public EGLClientPixmapHI setIHeight(int val)
iHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]public int getIHeight()
iHeight
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]public EGLClientPixmapHI setIStride(int val)
iStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]public int getIStride()
iStride
: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]Copyright 2010 JogAmp Community.