Class OpenGLEventListenerImplInstancedFully

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

    public class OpenGLEventListenerImplInstancedFully
    extends java.lang.Object
    implements OpenGLEventListener
    This class computes the location of all tokens on the gpu, but sends all bezier curves again for every token. Supports highlighting, but retransmits everything to the gpu when changing the filtered log.
    Author:
    sander
    • 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

      • OpenGLEventListenerImplInstancedFully

        public OpenGLEventListenerImplInstancedFully()
    • 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