Deprecated API


Contents
Deprecated Interfaces
javax.media.opengl.GLPbuffer
          Use GLOffscreenAutoDrawable w/ GLCapabilities.setFBO(boolean) via GLDrawableFactory.createOffscreenAutoDrawable(..). 
 

Deprecated Fields
com.jogamp.newt.event.KeyEvent.EVENT_KEY_TYPED
          Redundant, will be removed soon. Use KeyEvent.EVENT_KEY_RELEASED and exclude non printable keys and auto-repeat. 
 

Deprecated Methods
javax.media.opengl.GLDrawableFactory.createGLPbuffer(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext)
          GLPbuffer is deprecated, use GLDrawableFactory.createOffscreenAutoDrawable(AbstractGraphicsDevice, GLCapabilitiesImmutable, GLCapabilitiesChooser, int, int, GLContext) 
com.jogamp.opengl.util.texture.Texture.dispose(GL)
          use Texture.destroy(GL) 
com.jogamp.opengl.util.PMVMatrix.getDirtyBits()
          Function is exposed for debugging purposes only. 
javax.media.opengl.GLContext.getGLVersionMajor()
          Use GLContext.getGLVersionNumber() 
javax.media.opengl.GLContext.getGLVersionMinor()
          Use GLContext.getGLVersionNumber() 
com.jogamp.opengl.util.PMVMatrix.getRequestMask()
          Function is exposed for debugging purposes only. 
com.jogamp.newt.event.KeyListener.keyTyped(KeyEvent)
          Redundant, will be removed soon. Use KeyListener.keyReleased(KeyEvent) and exclude non printable keys and auto-repeat. 
 



Copyright 2010 JogAmp Community.