Class PSurfaceJOGL.DrawListener

java.lang.Object
processing.opengl.PSurfaceJOGL.DrawListener
All Implemented Interfaces:
com.jogamp.opengl.GLEventListener, EventListener
Enclosing class:
PSurfaceJOGL

public class PSurfaceJOGL.DrawListener extends Object implements com.jogamp.opengl.GLEventListener
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 w, int h)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DrawListener

      public DrawListener()
  • Method Details

    • display

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

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

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

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