org.jzy3d.chart.controllers.keyboard.lights
Class NewtLightKeyController

java.lang.Object
  extended by 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


Field Summary
protected  Chart chart
           
protected  int lightId
           
 
Constructor Summary
NewtLightKeyController(Chart chart)
           
NewtLightKeyController(Chart chart, int lightId)
           
NewtLightKeyController(Chart chart, Light light)
           
 
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
 

Field Detail

chart

protected Chart chart

lightId

protected int lightId
Constructor Detail

NewtLightKeyController

public NewtLightKeyController(Chart chart)

NewtLightKeyController

public NewtLightKeyController(Chart chart,
                              int lightId)

NewtLightKeyController

public NewtLightKeyController(Chart chart,
                              Light light)
Method Detail

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.