Uses of Interface
gov.nasa.worldwind.WorldWindowGLDrawable
-
Packages that use WorldWindowGLDrawable Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwindx.examples -
-
Uses of WorldWindowGLDrawable in gov.nasa.worldwind
Classes in gov.nasa.worldwind that implement WorldWindowGLDrawable Modifier and Type Class Description classWorldWindowGLAutoDrawableA non-platform specificWorldWindowclass. -
Uses of WorldWindowGLDrawable in gov.nasa.worldwind.awt
Fields in gov.nasa.worldwind.awt declared as WorldWindowGLDrawable Modifier and Type Field Description protected WorldWindowGLDrawableWorldWindowGLCanvas. wwdThe drawable to whichWorldWindowmethods are delegated.protected WorldWindowGLDrawableWorldWindowGLJPanel. wwdThe drawable to whichWorldWindowmethods are delegated. -
Uses of WorldWindowGLDrawable in gov.nasa.worldwindx.examples
Classes in gov.nasa.worldwindx.examples that implement WorldWindowGLDrawable Modifier and Type Class Description static classConfiguringGLRuntimeCapabilities.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL features used by the WorldWind SDK.static classDebuggingGLErrors.MyGLAutoDrawableSubclass ofWorldWindowGLAutoDrawablewhich overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)to configure the OpenGL error logger.
-