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 void
keyPressed(KeyEvent e)
void
keyReleased(KeyEvent e)
void
keyTyped(KeyEvent e)
-
-
-
Field Detail
-
chart
protected Chart chart
-
lightId
protected int lightId
-
-
Method Detail
-
keyPressed
public void keyPressed(KeyEvent e)
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
public void keyReleased(KeyEvent e)
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
public void keyTyped(KeyEvent e)
- Specified by:
keyTyped
in interfaceKeyListener
-
-