Uses of Interface
gov.nasa.worldwind.SceneController
- 
Packages that use SceneController Package Description gov.nasa.worldwind gov.nasa.worldwind.awt gov.nasa.worldwind.drag 
- 
- 
Uses of SceneController in gov.nasa.worldwindSubinterfaces of SceneController in gov.nasa.worldwind Modifier and Type Interface Description interfaceStereoSceneControllerAn interface for scene controllers that provide stereo.Classes in gov.nasa.worldwind that implement SceneController Modifier and Type Class Description classAbstractSceneControllerclassBasicSceneControllerclassStereoOptionSceneControllerTODO: This file needs to be updated to implement "correct" stereo, as described at: http://www.orthostereo.com/geometryopengl.htmlMethods in gov.nasa.worldwind that return SceneController Modifier and Type Method Description SceneControllerWorldWindow. getSceneController()Returns the scene controller associated with this instance.SceneControllerWorldWindowImpl. getSceneController()Methods in gov.nasa.worldwind with parameters of type SceneController Modifier and Type Method Description voidWorldWindow. setSceneController(SceneController sceneController)Specifies a new scene controller for the window.voidWorldWindowImpl. setSceneController(SceneController sc)
- 
Uses of SceneController in gov.nasa.worldwind.awtMethods in gov.nasa.worldwind.awt that return SceneController Modifier and Type Method Description SceneControllerWorldWindowGLCanvas. getSceneController()SceneControllerWorldWindowGLJPanel. getSceneController()Methods in gov.nasa.worldwind.awt with parameters of type SceneController Modifier and Type Method Description voidWorldWindowGLCanvas. setSceneController(SceneController sceneController)voidWorldWindowGLJPanel. setSceneController(SceneController sceneController)
- 
Uses of SceneController in gov.nasa.worldwind.dragFields in gov.nasa.worldwind.drag declared as SceneController Modifier and Type Field Description protected SceneControllerDragContext. sceneControllerThe currentSceneControllerof theWorldWindow.Methods in gov.nasa.worldwind.drag that return SceneController Modifier and Type Method Description SceneControllerDragContext. getSceneController()Returns the currentSceneControllerfor this drag event.Methods in gov.nasa.worldwind.drag with parameters of type SceneController Modifier and Type Method Description protected Vec4DraggableSupport. computeGlobeIntersection(Line ray, double altitude, boolean useSearchMethod, Globe globe, SceneController sceneController)protected Vec4DraggableSupport. computeRelativePoint(Line ray, Globe globe, SceneController sceneController, double altitude)Attempts to find a position with the altitude specified for objects which areWorldWind.RELATIVE_TO_GROUND.voidDragContext. setSceneController(SceneController sceneController)Set theDragContextSceneController.
 
-