org.jzy3d.chart.controllers.keyboard.lights
Class AWTLightKeyController
- java.lang.Object
-
- org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
-
- All Implemented Interfaces:
- java.awt.event.KeyListener, java.util.EventListener, INewtLightKeyController
public class AWTLightKeyController extends java.lang.Object implements java.awt.event.KeyListener, INewtLightKeyController
-
-
Constructor Summary
Constructors Constructor and 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 and Description voidkeyPressed(java.awt.event.KeyEvent e)voidkeyReleased(java.awt.event.KeyEvent e)voidkeyTyped(java.awt.event.KeyEvent e)
-
-
-
Constructor Detail
-
AWTLightKeyController
public AWTLightKeyController(Chart chart)
-
AWTLightKeyController
public AWTLightKeyController(Chart chart, int lightId)
-
-
Method Detail
-
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- Specified by:
keyPressedin interfacejava.awt.event.KeyListener
-
keyReleased
public void keyReleased(java.awt.event.KeyEvent e)
- Specified by:
keyReleasedin interfacejava.awt.event.KeyListener
-
keyTyped
public void keyTyped(java.awt.event.KeyEvent e)
- Specified by:
keyTypedin interfacejava.awt.event.KeyListener
-
-
DMelt 3.0 © DataMelt by jWork.ORG