Class PlotStatsLabel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants, uk.ac.starlink.ttools.plot.PlotListener

public class PlotStatsLabel extends CountsLabel implements uk.ac.starlink.ttools.plot.PlotListener
Component which reports on the number of points plotted and not plotted by listening for plot events.
Since:
3 Apr 2008
Author:
Mark Taylor
See Also:
  • Constructor Details

    • PlotStatsLabel

      public PlotStatsLabel()
      Constructor.
  • Method Details

    • plotChanged

      public void plotChanged(uk.ac.starlink.ttools.plot.PlotEvent evt)
      Specified by:
      plotChanged in interface uk.ac.starlink.ttools.plot.PlotListener