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 WorldWindowImpl.getModel()
           
 Model WorldWindow.getModel()
          Returns the window's current model.
 Model SceneController.getModel()
           
 Model AbstractSceneController.getModel()
           
 

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

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

Uses of Model in gov.nasa.worldwind.render
 

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

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


NASA World Wind