ptolemy.plot
Class PlotBox.TimedRepaint

java.lang.Object
  extended by java.util.Timer
      extended by 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.


Field Summary
private  java.util.Set<PlotBox> _listeners
           
(package private) static int _REPAINT_TIME_INTERVAL
           
 
Constructor Summary
private PlotBox.TimedRepaint()
           
 
Method Summary
 void addListener(PlotBox plotBox)
           
 void removeListener(PlotBox plotBox)
           
 
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
 

Field Detail

_REPAINT_TIME_INTERVAL

static int _REPAINT_TIME_INTERVAL

_listeners

private java.util.Set<PlotBox> _listeners
Constructor Detail

PlotBox.TimedRepaint

private PlotBox.TimedRepaint()
Method Detail

addListener

public void addListener(PlotBox plotBox)

removeListener

public void removeListener(PlotBox plotBox)