|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Drawable
The Drawable interface describes an OpenGL drawable with an associated Context.
Method Summary | |
---|---|
void |
destroy()
Destroys the Drawable. |
boolean |
isCurrent()
Returns true if the Drawable's context is current in the current thread. |
void |
makeCurrent()
Makes the Drawable's context current in the current thread. |
void |
releaseContext()
If the Drawable's context is current in the current thread, no context will be current after a call to this method. |
Method Detail |
---|
boolean isCurrent() throws LWJGLException
LWJGLException
void makeCurrent() throws LWJGLException
LWJGLException
void releaseContext() throws LWJGLException
LWJGLException
void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |