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

java.lang.Object
  extended by org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
All Implemented Interfaces:
KeyListener, EventListener

public class AWTLightKeyController
extends Object
implements KeyListener


Field Summary
protected  Chart chart
           
protected  int lightId
           
 
Constructor Summary
AWTLightKeyController(Chart chart)
           
AWTLightKeyController(Chart chart, int lightId)
           
AWTLightKeyController(Chart chart, Light light)
           
 
Method Summary
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent e)
           
 void keyTyped(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

AWTLightKeyController

public AWTLightKeyController(Chart chart)

AWTLightKeyController

public AWTLightKeyController(Chart chart,
                             int lightId)

AWTLightKeyController

public AWTLightKeyController(Chart chart,
                             Light light)
Method Detail

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

keyReleased

public void keyReleased(KeyEvent e)
Specified by:
keyReleased in interface KeyListener

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener


Copyright © 2013. All rights reserved.