Package | Description |
---|---|
gov.nasa.worldwind | |
gov.nasa.worldwind.awt | |
gov.nasa.worldwindx.examples |
Modifier and Type | Class and Description |
---|---|
class |
WorldWindowGLAutoDrawable
A non-platform specific
WorldWindow class. |
Modifier and Type | Field and Description |
---|---|
protected WorldWindowGLDrawable |
WorldWindowGLJPanel.wwd
The drawable to which
WorldWindow methods are delegated. |
protected WorldWindowGLDrawable |
WorldWindowGLCanvas.wwd
The drawable to which
WorldWindow methods are delegated. |
Modifier and Type | Class and Description |
---|---|
static class |
ConfiguringGLRuntimeCapabilities.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
features used by the WorldWind SDK. |
static class |
DebuggingGLErrors.MyGLAutoDrawable
Subclass of
WorldWindowGLAutoDrawable which overrides the method WorldWindowGLAutoDrawable.init(javax.media.opengl.GLAutoDrawable) to configure the OpenGL
error logger. |