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
-
Constructor Summary
ConstructorDescriptionNewtLightKeyController
(Chart chart) NewtLightKeyController
(Chart chart, int lightId) NewtLightKeyController
(Chart chart, Light light) -
Method Summary
Modifier and TypeMethodDescriptionvoid
keyPressed
(com.jogamp.newt.event.KeyEvent e) void
keyReleased
(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:
keyPressed
in interfacecom.jogamp.newt.event.KeyListener
-
keyReleased
public void keyReleased(com.jogamp.newt.event.KeyEvent e) - Specified by:
keyReleased
in interfacecom.jogamp.newt.event.KeyListener
-