NASA World Wind

Uses of Interface
gov.nasa.worldwind.View

Packages that use View
gov.nasa.worldwind   
gov.nasa.worldwind.awt   
 

Uses of View in gov.nasa.worldwind
 

Classes in gov.nasa.worldwind that implement View
 class AbstractView
           
 class BasicOrbitView
           
 

Methods in gov.nasa.worldwind that return View
 View WorldWindowImpl.getView()
           
 View WorldWindow.getView()
          Returns this window's current view.
 View SceneController.getView()
           
 View DrawContextImpl.getView()
           
 View DrawContext.getView()
          Retrieves the current View, which may be null.
 View BasicSceneController.getView()
           
 

Methods in gov.nasa.worldwind with parameters of type View
 void WorldWindowImpl.setModelAndView(Model model, View view)
           
 void WorldWindow.setModelAndView(Model model, View view)
          Sets the model to display in this window and the view used to display it.
 void WorldWindowImpl.setView(View view)
           
 void WorldWindow.setView(View view)
          Sets the view to use when displaying this window's model.
 void SceneController.setView(View view)
           
 void DrawContextImpl.setView(View view)
           
 void DrawContext.setView(View view)
          Assigns a new View.
 void BasicSceneController.setView(View view)
           
 

Uses of View in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt that return View
 View WorldWindowGLJPanel.getView()
           
 View WorldWindowGLCanvas.getView()
           
 

Methods in gov.nasa.worldwind.awt with parameters of type View
 void WorldWindowGLJPanel.setModelAndView(Model model, View view)
           
 void WorldWindowGLCanvas.setModelAndView(Model model, View view)
           
 void WorldWindowGLJPanel.setView(View view)
           
 void WorldWindowGLCanvas.setView(View view)
           
 


NASA World Wind