NASA World Wind

gov.nasa.worldwind.awt
Class OrbitViewInputBroker

java.lang.Object
  extended by gov.nasa.worldwind.awt.OrbitViewInputBroker
All Implemented Interfaces:
RenderingListener, FocusListener, KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, EventListener

public class OrbitViewInputBroker
extends Object
implements KeyListener, MouseListener, MouseMotionListener, MouseWheelListener, FocusListener, RenderingListener


Constructor Summary
OrbitViewInputBroker()
           
 
Method Summary
 void focusGained(FocusEvent focusEvent)
           
 void focusLost(FocusEvent focusEvent)
           
 WorldWindow getWorldWindow()
           
 boolean isLockHeading()
           
 boolean isSmoothViewChanges()
           
 void keyPolled(int keyCode, int modifiers)
           
 void keyPressed(KeyEvent keyEvent)
           
 void keyReleased(KeyEvent keyEvent)
           
 void keyTyped(KeyEvent keyEvent)
           
 void mouseClicked(MouseEvent mouseEvent)
           
 void mouseDragged(MouseEvent mouseEvent)
           
 void mouseEntered(MouseEvent mouseEvent)
           
 void mouseExited(MouseEvent mouseEvent)
           
 void mouseMoved(MouseEvent mouseEvent)
           
 void mousePressed(MouseEvent mouseEvent)
           
 void mouseReleased(MouseEvent mouseEvent)
           
 void mouseWheelMoved(MouseWheelEvent mouseWheelEvent)
           
 void setLockHeading(boolean lockHeading)
           
 void setSmoothViewChanges(boolean smoothViewChanges)
           
 void setWorldWindow(WorldWindow newWorldWindow)
           
 void stageChanged(RenderingEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrbitViewInputBroker

public OrbitViewInputBroker()
Method Detail

focusGained

public void focusGained(FocusEvent focusEvent)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent focusEvent)
Specified by:
focusLost in interface FocusListener

getWorldWindow

public WorldWindow getWorldWindow()

isLockHeading

public boolean isLockHeading()

isSmoothViewChanges

public boolean isSmoothViewChanges()

keyPolled

public void keyPolled(int keyCode,
                      int modifiers)

keyPressed

public void keyPressed(KeyEvent keyEvent)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent keyEvent)
Specified by:
keyReleased in interface KeyListener

keyTyped

public void keyTyped(KeyEvent keyEvent)
Specified by:
keyTyped in interface KeyListener

mouseClicked

public void mouseClicked(MouseEvent mouseEvent)
Specified by:
mouseClicked in interface MouseListener

mouseDragged

public void mouseDragged(MouseEvent mouseEvent)
Specified by:
mouseDragged in interface MouseMotionListener

mouseEntered

public void mouseEntered(MouseEvent mouseEvent)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent mouseEvent)
Specified by:
mouseExited in interface MouseListener

mouseMoved

public void mouseMoved(MouseEvent mouseEvent)
Specified by:
mouseMoved in interface MouseMotionListener

mousePressed

public void mousePressed(MouseEvent mouseEvent)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent mouseEvent)
Specified by:
mouseReleased in interface MouseListener

mouseWheelMoved

public void mouseWheelMoved(MouseWheelEvent mouseWheelEvent)
Specified by:
mouseWheelMoved in interface MouseWheelListener

setLockHeading

public void setLockHeading(boolean lockHeading)

setSmoothViewChanges

public void setSmoothViewChanges(boolean smoothViewChanges)

setWorldWindow

public void setWorldWindow(WorldWindow newWorldWindow)

stageChanged

public void stageChanged(RenderingEvent event)
Specified by:
stageChanged in interface RenderingListener

NASA World Wind