Class AWTLightKeyController
java.lang.Object
org.jzy3d.chart.controllers.keyboard.lights.AWTLightKeyController
- All Implemented Interfaces:
KeyListener
,EventListener
,ILightKeyController
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAWTLightKeyController
(Chart chart) AWTLightKeyController
(Chart chart, int lightId) AWTLightKeyController
(Chart chart, Light light) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Field Details
-
chart
-
lightId
protected int lightId
-
-
Constructor Details
-
AWTLightKeyController
-
AWTLightKeyController
-
AWTLightKeyController
-
-
Method Details
-
keyPressed
- Specified by:
keyPressed
in interfaceKeyListener
-
keyReleased
- Specified by:
keyReleased
in interfaceKeyListener
-
keyTyped
- Specified by:
keyTyped
in interfaceKeyListener
-