edu.ucla.stat.SOCR.chart.gui
Class Rotator

java.lang.Object
  extended by javax.swing.Timer
      extended by edu.ucla.stat.SOCR.chart.gui.Rotator
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener

public class Rotator
extends javax.swing.Timer
implements java.awt.event.ActionListener

The rotator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.Timer
listenerList
 
Constructor Summary
Rotator(PiePlot plot)
           
Rotator(PiePlot3D plot)
          Constructor.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
          Modifies the starting angle.
 
Methods inherited from class javax.swing.Timer
addActionListener, fireActionPerformed, getActionCommand, getActionListeners, getDelay, getInitialDelay, getListeners, getLogTimers, isCoalesce, isRepeats, isRunning, removeActionListener, restart, setActionCommand, setCoalesce, setDelay, setInitialDelay, setLogTimers, setRepeats, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rotator

public Rotator(PiePlot3D plot)
Constructor.

Parameters:
plot - the plot.

Rotator

public Rotator(PiePlot plot)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Modifies the starting angle.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
event - the action event.