org.jzy3d.chart.controllers.keyboard.lights
Class AWTLightKeyController
java.lang.Object
org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
- All Implemented Interfaces:
- KeyListener, EventListener
public class AWTLightKeyController
- extends Object
- implements KeyListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chart
protected Chart chart
lightId
protected int lightId
AWTLightKeyController
public AWTLightKeyController(Chart chart)
AWTLightKeyController
public AWTLightKeyController(Chart chart,
int lightId)
AWTLightKeyController
public AWTLightKeyController(Chart chart,
Light light)
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interface KeyListener
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interface KeyListener
Copyright © 2013. All rights reserved.