cz.cuni.amis.pogamut.episodic.visualizer
Class VisualizationRenderer.GraphChooser
java.lang.Object
cz.cuni.amis.pogamut.episodic.visualizer.VisualizationRenderer.GraphChooser
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- VisualizationRenderer
public class VisualizationRenderer.GraphChooser
- extends Object
- implements ActionListener
Listener attached to the combobox choosing the graph that should be
displayed in a visualization window.
|
Method Summary |
void |
actionPerformed(ActionEvent e)
This method is called each time different graph is chosen to be
displayed in a visualization window. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VisualizationRenderer.GraphChooser
public VisualizationRenderer.GraphChooser(VisualizationRenderer _viz)
- Instantiate the class by providing a reference to the parent
VisualizationRenderer class.
- Parameters:
_viz - Reference to the parent VisualizationRenderer class.
actionPerformed
public void actionPerformed(ActionEvent e)
- This method is called each time different graph is chosen to be
displayed in a visualization window. It is responsible for
displaying the correct graph.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
e - Event generated by a combobox when new graph was chosen
to be displayed.
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.