Class StatisticsPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
HistogramStatisticsPanel, LineStatisticsPanel

public abstract class StatisticsPanel extends XYPlotPanel
The StatisticsPanel is an abstract class that holds a Statistics object and draws the axes and labels desired for a plot of the statistics. It is up to the child class to draw the actual statistics data.
Since:
3.1.7
Author:
Peter Hollemans
See Also:
  • Constructor Details

    • StatisticsPanel

      protected StatisticsPanel(Statistics stats)
      Creates a new panel using the specified statistics data.
      Parameters:
      stats - the data statistics.
  • Method Details

    • getStatistics

      public Statistics getStatistics()
      Gets the current statistics.