com.jogamp.opengl.impl.egl
Class EGLClientPixmapHI

java.lang.Object
  extended by com.jogamp.opengl.impl.egl.EGLClientPixmapHI

public abstract class EGLClientPixmapHI
extends Object


Method Summary
static EGLClientPixmapHI create()
           
static EGLClientPixmapHI create(ByteBuffer buf)
           
 ByteBuffer getBuffer()
           
abstract  int getIHeight()
           
abstract  int getIStride()
           
abstract  int getIWidth()
           
abstract  long getPData()
           
abstract  EGLClientPixmapHI setIHeight(int val)
           
abstract  EGLClientPixmapHI setIStride(int val)
           
abstract  EGLClientPixmapHI setIWidth(int val)
           
abstract  EGLClientPixmapHI setPData(long val)
           
static int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.