|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WorldWindow
The top-level interface common to all toolkit-specific World Wind windows.
| Method Summary | |
|---|---|
void |
addPositionListener(PositionListener listener)
|
void |
addRenderingListener(RenderingListener listener)
|
void |
addSelectListener(SelectListener listener)
|
InputHandler |
getInputHandler()
|
Model |
getModel()
Returns the window's current model. |
SceneController |
getSceneController()
Returns the scene controller assocciated with this instance. |
View |
getView()
Returns this window's current view. |
PickedObjectList |
pick(Point pickPoint)
|
void |
removePositionListener(PositionListener listener)
|
void |
removeRenderingListener(RenderingListener listener)
|
void |
removeSelectListener(SelectListener listener)
|
void |
setInputHandler(InputHandler eventSource)
|
void |
setModel(Model model)
Sets the model to display in this window. |
void |
setModelAndView(Model model,
View view)
Sets the model to display in this window and the view used to display it. |
void |
setView(View view)
Sets the view to use when displaying this window's model. |
| Method Detail |
|---|
void addPositionListener(PositionListener listener)
void addRenderingListener(RenderingListener listener)
void addSelectListener(SelectListener listener)
InputHandler getInputHandler()
Model getModel()
SceneController getSceneController()
View getView()
PickedObjectList pick(Point pickPoint)
void removePositionListener(PositionListener listener)
void removeRenderingListener(RenderingListener listener)
void removeSelectListener(SelectListener listener)
void setInputHandler(InputHandler eventSource)
void setModel(Model model)
null is specified for the model, the current model, if
any, is disassociated with the window.
model - the model to display. May be null.
void setModelAndView(Model model,
View view)
null is specified for
the model, the current model, if any, is disassociated with the window. If null is specified for the
view, the current view, if any, is disassociated with the window.
model - the model to display. May benull.view - the view to use to display this window's model. May benull.void setView(View view)
null is specified for the view, the
current view, if any, is disassociated with the window.
view - the view to use to display this window's model. May be null.
|
NASA World Wind | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||