Package processing.opengl
Class PSurfaceJOGL.DrawListener
java.lang.Object
processing.opengl.PSurfaceJOGL.DrawListener
- All Implemented Interfaces:
com.jogamp.opengl.GLEventListener
,EventListener
- Enclosing class:
- PSurfaceJOGL
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DrawListener
public DrawListener()
-
-
Method Details
-
display
public void display(com.jogamp.opengl.GLAutoDrawable drawable) - Specified by:
display
in interfacecom.jogamp.opengl.GLEventListener
-
dispose
public void dispose(com.jogamp.opengl.GLAutoDrawable drawable) - Specified by:
dispose
in interfacecom.jogamp.opengl.GLEventListener
-
init
public void init(com.jogamp.opengl.GLAutoDrawable drawable) - Specified by:
init
in interfacecom.jogamp.opengl.GLEventListener
-
reshape
public void reshape(com.jogamp.opengl.GLAutoDrawable drawable, int x, int y, int w, int h) - Specified by:
reshape
in interfacecom.jogamp.opengl.GLEventListener
-