|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opengles.EGLConfig
public final class EGLConfig
EGLConfig wrapper class.
Field Summary |
---|
Fields inherited from class org.lwjgl.PointerWrapperAbstract |
---|
pointer |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getAttribute(int attribute)
Returns the value of the specified EGL config attribute. |
int |
getConfigID()
Returns the EGL_CONFIG_ID attribute of this EGLConfig. |
EGLDisplay |
getDisplay()
Returns the EGL display from which this EGL config was retrieved. |
java.lang.String |
toString()
|
Methods inherited from class org.lwjgl.PointerWrapperAbstract |
---|
checkValid, getPointer, hashCode, isValid |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EGLDisplay getDisplay()
public int getConfigID()
public int getAttribute(int attribute) throws LWJGLException
attribute
- the attribute
LWJGLException
public boolean equals(java.lang.Object obj)
equals
in class PointerWrapperAbstract
public java.lang.String toString()
toString
in class PointerWrapperAbstract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |