public class JOGLTest
extends java.lang.Object
implements com.jogamp.opengl.GLEventListener
Constructor and Description |
---|
JOGLTest() |
Modifier and Type | Method and Description |
---|---|
void |
display(com.jogamp.opengl.GLAutoDrawable drawable) |
void |
dispose(com.jogamp.opengl.GLAutoDrawable arg0) |
void |
init(com.jogamp.opengl.GLAutoDrawable drawable) |
static void |
main(java.lang.String[] args) |
void |
reshape(com.jogamp.opengl.GLAutoDrawable arg0,
int arg1,
int arg2,
int arg3,
int arg4) |
public void display(com.jogamp.opengl.GLAutoDrawable drawable)
display
in interface com.jogamp.opengl.GLEventListener
public void dispose(com.jogamp.opengl.GLAutoDrawable arg0)
dispose
in interface com.jogamp.opengl.GLEventListener
public void init(com.jogamp.opengl.GLAutoDrawable drawable)
init
in interface com.jogamp.opengl.GLEventListener
public void reshape(com.jogamp.opengl.GLAutoDrawable arg0, int arg1, int arg2, int arg3, int arg4)
reshape
in interface com.jogamp.opengl.GLEventListener
public static void main(java.lang.String[] args)