com.jogamp.opengl.impl.egl
Class EGLClientPixmapHI
java.lang.Object
com.jogamp.opengl.impl.egl.EGLClientPixmapHI
public abstract class EGLClientPixmapHI
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public static int size()
create
public static EGLClientPixmapHI create()
create
public static EGLClientPixmapHI create(ByteBuffer buf)
getBuffer
public ByteBuffer getBuffer()
setPData
public abstract EGLClientPixmapHI setPData(long val)
getPData
public abstract long getPData()
setIWidth
public abstract EGLClientPixmapHI setIWidth(int val)
getIWidth
public abstract int getIWidth()
setIHeight
public abstract EGLClientPixmapHI setIHeight(int val)
getIHeight
public abstract int getIHeight()
setIStride
public abstract EGLClientPixmapHI setIStride(int val)
getIStride
public abstract int getIStride()
Copyright 2010 JogAmp Community.