org.jzy3d.chart.controllers.keyboard.lights
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
public class NewtLightKeyController
- extends Object
- implements com.jogamp.newt.event.KeyListener
Method Summary |
void |
keyPressed(com.jogamp.newt.event.KeyEvent e)
|
void |
keyReleased(com.jogamp.newt.event.KeyEvent e)
|
void |
keyTyped(com.jogamp.newt.event.KeyEvent e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
chart
protected Chart chart
lightId
protected int lightId
NewtLightKeyController
public NewtLightKeyController(Chart chart)
NewtLightKeyController
public NewtLightKeyController(Chart chart,
int lightId)
NewtLightKeyController
public NewtLightKeyController(Chart chart,
Light light)
keyPressed
public void keyPressed(com.jogamp.newt.event.KeyEvent e)
- Specified by:
keyPressed
in interface com.jogamp.newt.event.KeyListener
keyReleased
public void keyReleased(com.jogamp.newt.event.KeyEvent e)
- Specified by:
keyReleased
in interface com.jogamp.newt.event.KeyListener
keyTyped
public void keyTyped(com.jogamp.newt.event.KeyEvent e)
- Specified by:
keyTyped
in interface com.jogamp.newt.event.KeyListener
Copyright © 2013. All rights reserved.