Class OpenGLEventListenerImplBasic

  • All Implemented Interfaces:
    com.jogamp.opengl.GLEventListener, java.util.EventListener, OpenGLEventListener

    public class OpenGLEventListenerImplBasic
    extends java.lang.Object
    implements OpenGLEventListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void display​(com.jogamp.opengl.GLAutoDrawable drawable)  
      void dispose​(com.jogamp.opengl.GLAutoDrawable drawable)  
      void init​(com.jogamp.opengl.GLAutoDrawable drawable)  
      void reshape​(com.jogamp.opengl.GLAutoDrawable drawable, int x, int y, int width, int height)  
      void setParameters​(ExternalSettingsManager.ExternalSettings settings, double time)
      Set the parameters for rendering the next frame.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenGLEventListenerImplBasic

        public OpenGLEventListenerImplBasic()
    • Method Detail

      • init

        public void init​(com.jogamp.opengl.GLAutoDrawable drawable)
        Specified by:
        init in interface com.jogamp.opengl.GLEventListener
      • dispose

        public void dispose​(com.jogamp.opengl.GLAutoDrawable drawable)
        Specified by:
        dispose in interface com.jogamp.opengl.GLEventListener
      • display

        public void display​(com.jogamp.opengl.GLAutoDrawable drawable)
        Specified by:
        display in interface com.jogamp.opengl.GLEventListener
      • reshape

        public void reshape​(com.jogamp.opengl.GLAutoDrawable drawable,
                            int x,
                            int y,
                            int width,
                            int height)
        Specified by:
        reshape in interface com.jogamp.opengl.GLEventListener