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 Details

    • chart

      protected Chart chart
    • lightId

      protected int lightId
  • Constructor Details

    • NewtLightKeyController

      public NewtLightKeyController(Chart chart)
    • NewtLightKeyController

      public NewtLightKeyController(Chart chart, int lightId)
    • NewtLightKeyController

      public NewtLightKeyController(Chart chart, Light light)
  • Method Details

    • 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