org.jzy3d.chart.controllers.keyboard.camera
Class AWTCameraKeyController
java.lang.Object
org.jzy3d.chart.controllers.AbstractController
org.jzy3d.chart.controllers.camera.AbstractCameraController
org.jzy3d.chart.controllers.keyboard.camera.AWTCameraKeyController
- All Implemented Interfaces:
- KeyListener, EventListener, ICameraKeyController, ICameraMouseController
public class AWTCameraKeyController
- extends AbstractCameraController
- implements KeyListener, ICameraKeyController
Methods inherited from class org.jzy3d.chart.controllers.camera.AbstractCameraController |
addSlaveThreadController, removeSlaveThreadController, rotate, rotate, shift, shift, startThreadController, stopThreadController, zoomX, zoomX, zoomY, zoomY, zoomZ, zoomZ |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AWTCameraKeyController
public AWTCameraKeyController()
AWTCameraKeyController
public AWTCameraKeyController(Chart chart)
register
public void register(Chart chart)
- Overrides:
register
in class AbstractController
dispose
public void dispose()
- Overrides:
dispose
in class AbstractCameraController
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
Copyright © 2013. All rights reserved.