public class GraphKeyListener
extends java.lang.Object
implements java.awt.event.KeyListener
Modifier and Type | Field and Description |
---|---|
GraphPaper |
trainGraph |
Constructor and Description |
---|
GraphKeyListener() |
GraphKeyListener(GraphFrame graphFrame,
SimulationInstance simulationInstance) |
Modifier and Type | Method and Description |
---|---|
void |
keyPressed(java.awt.event.KeyEvent e) |
void |
keyReleased(java.awt.event.KeyEvent e) |
void |
keyTyped(java.awt.event.KeyEvent e) |
public GraphPaper trainGraph
public GraphKeyListener(GraphFrame graphFrame, SimulationInstance simulationInstance)
public GraphKeyListener()
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed
in interface java.awt.event.KeyListener
public void keyReleased(java.awt.event.KeyEvent e)
keyReleased
in interface java.awt.event.KeyListener
public void keyTyped(java.awt.event.KeyEvent e)
keyTyped
in interface java.awt.event.KeyListener