Class ChartTablePanel.Rotator
java.lang.Object
javax.swing.Timer
be.gaudry.swing.component.table.tablechart.ChartTablePanel.Rotator
- All Implemented Interfaces:
ActionListener,Serializable,EventListener
- Enclosing class:
- ChartTablePanel
-
Field Summary
Fields inherited from class javax.swing.Timer
listenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(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
-
Constructor Details
-
Rotator
Rotator()Constructor.
-
-
Method Details
-
actionPerformed
Modifies the starting angle.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
event- the action event.
-