com.metsci.glimpse.gl
Class GLSimpleListenerAbstract.GLSimpleListenerBridge

java.lang.Object
  extended by com.metsci.glimpse.gl.GLSimpleListenerAbstract.GLSimpleListenerBridge
All Implemented Interfaces:
java.util.EventListener, javax.media.opengl.GLEventListener
Enclosing class:
GLSimpleListenerAbstract

public static class GLSimpleListenerAbstract.GLSimpleListenerBridge
extends java.lang.Object
implements javax.media.opengl.GLEventListener


Constructor Summary
GLSimpleListenerAbstract.GLSimpleListenerBridge(GLSimpleListenerAbstract handler)
           
 
Method Summary
 void display(javax.media.opengl.GLAutoDrawable drawable)
           
 void displayChanged(javax.media.opengl.GLAutoDrawable drawable, boolean modeChanged, boolean deviceChanged)
           
 void init(javax.media.opengl.GLAutoDrawable drawable)
           
 void reshape(javax.media.opengl.GLAutoDrawable drawable, int x, int y, int width, int height)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLSimpleListenerAbstract.GLSimpleListenerBridge

public GLSimpleListenerAbstract.GLSimpleListenerBridge(GLSimpleListenerAbstract handler)
Method Detail

init

public void init(javax.media.opengl.GLAutoDrawable drawable)
Specified by:
init in interface javax.media.opengl.GLEventListener

display

public void display(javax.media.opengl.GLAutoDrawable drawable)
Specified by:
display in interface javax.media.opengl.GLEventListener

reshape

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

displayChanged

public void displayChanged(javax.media.opengl.GLAutoDrawable drawable,
                           boolean modeChanged,
                           boolean deviceChanged)
Specified by:
displayChanged in interface javax.media.opengl.GLEventListener


Copyright © 2012 Metron, Inc.. All Rights Reserved.