Class OpenGLSupportTest

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

    public class OpenGLSupportTest
    extends java.lang.Object
    implements com.jogamp.opengl.GLEventListener
    Determines whether a device supports the OpenGL features necessary for WorldWind.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void display​(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)  
      void dispose​(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)  
      protected java.lang.String[] getRequiredOglExtensions()  
      protected java.lang.String[] getRequiredOglFunctions()  
      void init​(com.jogamp.opengl.GLAutoDrawable glAutoDrawable)  
      static void main​(java.lang.String[] args)  
      void reshape​(com.jogamp.opengl.GLAutoDrawable glAutoDrawable, int i, int i1, int i2, int i3)  
      • Methods inherited from class java.lang.Object

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

      • OpenGLSupportTest

        public OpenGLSupportTest()
    • Method Detail

      • init

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

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

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

        public void reshape​(com.jogamp.opengl.GLAutoDrawable glAutoDrawable,
                            int i,
                            int i1,
                            int i2,
                            int i3)
        Specified by:
        reshape in interface com.jogamp.opengl.GLEventListener
      • getRequiredOglFunctions

        protected java.lang.String[] getRequiredOglFunctions()
      • getRequiredOglExtensions

        protected java.lang.String[] getRequiredOglExtensions()
      • main

        public static void main​(java.lang.String[] args)