GraphLab Project

graphlab.plugins.algorithmanimator
Class AnimatorGUI

java.lang.Object
  extended by graphlab.plugins.algorithmanimator.AnimatorGUI

public class AnimatorGUI
extends java.lang.Object

Author:
Azin Azadi

Field Summary
 javax.swing.JTextArea algorithmOutputTextArea
           
 javax.swing.JPanel animatorFrame
           
 javax.swing.JButton pauseButton
           
 javax.swing.JButton playButton
           
 javax.swing.JButton playOneStepButton
           
 javax.swing.JSlider speedSlider
           
 
Constructor Summary
AnimatorGUI(java.awt.event.ActionListener listener)
           
 
Method Summary
 javax.swing.JComponent $$$getRootComponent$$$()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

animatorFrame

public javax.swing.JPanel animatorFrame

pauseButton

public javax.swing.JButton pauseButton

playButton

public javax.swing.JButton playButton

playOneStepButton

public javax.swing.JButton playOneStepButton

speedSlider

public javax.swing.JSlider speedSlider

algorithmOutputTextArea

public javax.swing.JTextArea algorithmOutputTextArea
Constructor Detail

AnimatorGUI

public AnimatorGUI(java.awt.event.ActionListener listener)
Method Detail

$$$getRootComponent$$$

public javax.swing.JComponent $$$getRootComponent$$$()

GraphLab Project