Class NewtLightKeyController
java.lang.Object
org.jzy3d.chart.controllers.keyboard.lights.NewtLightKeyController
- All Implemented Interfaces:
com.jogamp.newt.event.KeyListener,com.jogamp.newt.event.NEWTEventListener,EventListener,ILightKeyController
public class NewtLightKeyController
extends Object
implements com.jogamp.newt.event.KeyListener, ILightKeyController
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNewtLightKeyController(Chart chart) NewtLightKeyController(Chart chart, int lightId) NewtLightKeyController(Chart chart, Light light) -
Method Summary
Modifier and TypeMethodDescriptionvoidkeyPressed(com.jogamp.newt.event.KeyEvent e) voidkeyReleased(com.jogamp.newt.event.KeyEvent e)
-
Field Details
-
chart
-
lightId
protected int lightId
-
-
Constructor Details
-
NewtLightKeyController
-
NewtLightKeyController
-
NewtLightKeyController
-
-
Method Details
-
keyPressed
public void keyPressed(com.jogamp.newt.event.KeyEvent e) - Specified by:
keyPressedin interfacecom.jogamp.newt.event.KeyListener
-
keyReleased
public void keyReleased(com.jogamp.newt.event.KeyEvent e) - Specified by:
keyReleasedin interfacecom.jogamp.newt.event.KeyListener
-