|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GLSimpleListener
A substitute for GLEventListener that is easy to use from SWT as well as Swing/AWT.
Method Summary | |
---|---|
void |
display(javax.media.opengl.GLContext context)
|
void |
displayChanged(javax.media.opengl.GLContext context,
boolean modeChanged,
boolean deviceChanged)
|
void |
dispose(javax.media.opengl.GLContext context)
Free GPU and CPU memory associated with this this context. |
GLListenerInfo |
getInfo()
Returns diagnostics which can include things such as estimated memory usage. |
void |
init(javax.media.opengl.GLContext context)
|
boolean |
isDisposed()
Whether this listener has been disposed, making it unavailable for use. |
void |
reshape(javax.media.opengl.GLContext context,
int x,
int y,
int width,
int height)
|
Method Detail |
---|
void init(javax.media.opengl.GLContext context)
void display(javax.media.opengl.GLContext context)
void reshape(javax.media.opengl.GLContext context, int x, int y, int width, int height)
void displayChanged(javax.media.opengl.GLContext context, boolean modeChanged, boolean deviceChanged)
void dispose(javax.media.opengl.GLContext context)
boolean isDisposed()
GLListenerInfo getInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |