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 class
WorldWindowGLAutoDrawable
A non-platform specificWorldWindow
class. -
Uses of WorldWindowGLDrawable in gov.nasa.worldwind.awt
Fields in gov.nasa.worldwind.awt declared as WorldWindowGLDrawable Modifier and Type Field Description protected WorldWindowGLDrawable
WorldWindowGLCanvas. wwd
The drawable to whichWorldWindow
methods are delegated.protected WorldWindowGLDrawable
WorldWindowGLJPanel. wwd
The drawable to whichWorldWindow
methods 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 class
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass ofWorldWindowGLAutoDrawable
which overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)
to configure the OpenGL features used by the WorldWind SDK.static class
DebuggingGLErrors.MyGLAutoDrawable
Subclass ofWorldWindowGLAutoDrawable
which overrides the methodWorldWindowGLAutoDrawable.init(com.jogamp.opengl.GLAutoDrawable)
to configure the OpenGL error logger.
-