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
-
-
Constructor Summary
Constructors Constructor Description NewtLightKeyController(Chart chart)
NewtLightKeyController(Chart chart, int lightId)
NewtLightKeyController(Chart chart, Light light)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
keyPressed(com.jogamp.newt.event.KeyEvent e)
void
keyReleased(com.jogamp.newt.event.KeyEvent e)
-
-
-
Field Detail
-
chart
protected Chart chart
-
lightId
protected int lightId
-
-