public class AWTLightKeyController extends Object implements KeyListener, INewtLightKeyController
| Modifier and Type | Field and Description |
|---|---|
protected Chart |
chart |
protected int |
lightId |
| Constructor and Description |
|---|
AWTLightKeyController(Chart chart) |
AWTLightKeyController(Chart chart,
int lightId) |
AWTLightKeyController(Chart chart,
Light light) |
| Modifier and Type | Method and Description |
|---|---|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
protected Chart chart
protected int lightId
public AWTLightKeyController(Chart chart)
public AWTLightKeyController(Chart chart, int lightId)
public void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerCopyright © 2016. All rights reserved.