Uses of Class
gov.nasa.worldwind.render.GLRuntimeCapabilities
- 
Packages that use GLRuntimeCapabilities Package Description gov.nasa.worldwind gov.nasa.worldwind.render 
- 
- 
Uses of GLRuntimeCapabilities in gov.nasa.worldwindFields in gov.nasa.worldwind declared as GLRuntimeCapabilities Modifier and Type Field Description protected GLRuntimeCapabilitiesAbstractSceneController. glRuntimeCapsMethods in gov.nasa.worldwind that return GLRuntimeCapabilities Modifier and Type Method Description GLRuntimeCapabilitiesAbstractSceneController. getGLRuntimeCapabilities()Returns theGLRuntimeCapabilitiesassociated with this SceneController.GLRuntimeCapabilitiesSceneController. getGLRuntimeCapabilities()Returns theGLRuntimeCapabilitiesassociated with this SceneController.Methods in gov.nasa.worldwind with parameters of type GLRuntimeCapabilities Modifier and Type Method Description voidAbstractSceneController. setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)Sets theGLRuntimeCapabilitiesassociated with this SceneController to the specified parameter.voidSceneController. setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)Sets theGLRuntimeCapabilitiesassociated with this SceneController to the specified parameter.
- 
Uses of GLRuntimeCapabilities in gov.nasa.worldwind.renderFields in gov.nasa.worldwind.render declared as GLRuntimeCapabilities Modifier and Type Field Description protected GLRuntimeCapabilitiesDrawContextImpl. glRuntimeCapsMethods in gov.nasa.worldwind.render that return GLRuntimeCapabilities Modifier and Type Method Description GLRuntimeCapabilitiesDrawContext. getGLRuntimeCapabilities()Returns theGLRuntimeCapabilitiesassociated with this DrawContext.GLRuntimeCapabilitiesDrawContextImpl. getGLRuntimeCapabilities()Methods in gov.nasa.worldwind.render with parameters of type GLRuntimeCapabilities Modifier and Type Method Description voidDrawContext. setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)Sets theGLRuntimeCapabilitiesassociated with this DrawContext to the specified parameter.voidDrawContextImpl. setGLRuntimeCapabilities(GLRuntimeCapabilities capabilities)
 
-