Class AWTLightKeyController

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

public class AWTLightKeyController extends Object implements KeyListener, ILightKeyController
  • Field Details

    • chart

      protected Chart chart
    • lightId

      protected int lightId
  • Constructor Details

    • AWTLightKeyController

      public AWTLightKeyController(Chart chart)
    • AWTLightKeyController

      public AWTLightKeyController(Chart chart, int lightId)
    • AWTLightKeyController

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