|
|||||||||
| Home >> All >> gl4java >> [ drawable overview ] | PREV NEXT | ||||||||
Uses of Interface
gl4java.drawable.GLDrawable
| Uses of GLDrawable in gl4java.drawable |
| Methods in gl4java.drawable with parameters of type GLDrawable | |
void |
GLEventListener.init(GLDrawable drawable)
Called by the drawable immediately after the OpenGL context is initialized; the GLContext has already been made current when this method is called. |
void |
GLEventListener.preDisplay(GLDrawable drawable)
Called by the drawable before initiate rendering by the client. |
void |
GLEventListener.display(GLDrawable drawable)
Called by the drawable to initiate rendering by the client. |
void |
GLEventListener.postDisplay(GLDrawable drawable)
Called by the drawable after initiate rendering by the client. |
void |
GLEventListener.cleanup(GLDrawable drawable)
Called by the drawable if it wants to destroy itself. |
void |
GLEventListener.reshape(GLDrawable drawable,
int width,
int height)
Called by the drawable during the first repaint after the component has been resized. |
|
|||||||||
| Home >> All >> gl4java >> [ drawable overview ] | PREV NEXT | ||||||||