NASA World Wind

Uses of Interface
gov.nasa.worldwind.Model

Packages that use Model
gov.nasa.worldwind   
gov.nasa.worldwind.awt   
gov.nasa.worldwind.render   
 

Uses of Model in gov.nasa.worldwind
 

Classes in gov.nasa.worldwind that implement Model
 class BasicModel
           
 

Methods in gov.nasa.worldwind that return Model
 Model AbstractSceneController.getModel()
           
 Model SceneController.getModel()
           
 Model WorldWindowImpl.getModel()
           
 Model WorldWindow.getModel()
          Returns the window's current model.
 

Methods in gov.nasa.worldwind with parameters of type Model
 void AbstractSceneController.setModel(Model model)
           
 void SceneController.setModel(Model model)
           
 void WorldWindowImpl.setModel(Model model)
           
 void WorldWindow.setModel(Model model)
          Sets the model to display in this window.
 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.
 

Uses of Model in gov.nasa.worldwind.awt
 

Methods in gov.nasa.worldwind.awt that return Model
 Model WorldWindowGLCanvas.getModel()
           
 Model WorldWindowGLJPanel.getModel()
           
 

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

Uses of Model in gov.nasa.worldwind.render
 

Methods in gov.nasa.worldwind.render that return Model
 Model DrawContext.getModel()
          Retrieves the current Model, which may be null.
 Model DrawContextImpl.getModel()
           
 

Methods in gov.nasa.worldwind.render with parameters of type Model
 void DrawContext.setModel(Model model)
          Assign a new Model.
 void DrawContextImpl.setModel(Model model)
           
 


NASA World Wind