anl.aida.bubble
Class BubbleSlider
java.lang.Object
anl.aida.bubble.BubbleSlider
public class BubbleSlider
- extends java.lang.Object
- Author:
- User #1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tsCount
private int tsCount
plot
private BubblePlot plot
fireSliderChange
private boolean fireSliderChange
timestep
private int timestep
timer
private javax.swing.Timer timer
animate
private boolean animate
playBtn
private javax.swing.JButton playBtn
timeSlider
private javax.swing.JSlider timeSlider
playIcon
private javax.swing.Icon playIcon
stopIcon
private javax.swing.Icon stopIcon
playAction
javax.swing.Action playAction
BubbleSlider
public BubbleSlider()
BubbleSlider
public BubbleSlider(BubbleDataset data,
BubblePlot plot)
getPlayButton
public javax.swing.JButton getPlayButton()
getTimeSlider
public javax.swing.JSlider getTimeSlider()
getTimestep
public int getTimestep()
setTimestep
public void setTimestep(int timestep)
initListeners
private void initListeners()
stopTimer
private void stopTimer()
startTimer
private void startTimer()