ptolemy.plot
Class PlotBox.TimedRepaint
java.lang.Object
java.util.Timer
ptolemy.plot.PlotBox.TimedRepaint
- Enclosing class:
- PlotBox
private static class PlotBox.TimedRepaint
- extends java.util.Timer
TimedRepaint is a timer thread that will schedule a
redraw each _REPAINT_TIME_INTERVAL milliseonds.
Methods inherited from class java.util.Timer |
cancel, purge, schedule, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_REPAINT_TIME_INTERVAL
static int _REPAINT_TIME_INTERVAL
_listeners
private java.util.Set<PlotBox> _listeners
PlotBox.TimedRepaint
private PlotBox.TimedRepaint()
addListener
public void addListener(PlotBox plotBox)
removeListener
public void removeListener(PlotBox plotBox)