Class AWTLightKeyController
- java.lang.Object
-
- org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
-
- All Implemented Interfaces:
KeyListener,EventListener,ILightKeyController
public class AWTLightKeyController extends Object implements KeyListener, ILightKeyController
-
-
Constructor Summary
Constructors Constructor Description AWTLightKeyController(Chart chart)AWTLightKeyController(Chart chart, int lightId)AWTLightKeyController(Chart chart, Light light)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidkeyPressed(KeyEvent e)voidkeyReleased(KeyEvent e)voidkeyTyped(KeyEvent e)
-
-
-
Field Detail
-
chart
protected Chart chart
-
lightId
protected int lightId
-
-
Method Detail
-
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressedin interfaceKeyListener
-
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleasedin interfaceKeyListener
-
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTypedin interfaceKeyListener
-
-