gov.nasa.worldwind.awt
Class OrbitViewInputBroker
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrbitViewInputBroker
public OrbitViewInputBroker()
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