Class StripChartPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class StripChartPanel extends JPanel
See Also:
  • Field Details

  • Constructor Details

    • StripChartPanel

      public StripChartPanel(String title, String xLabel, String yLabel, IValueGetter getter, int capacity, long interval)
      Create a plot panel for a single xy dataset and a toolbar
      Parameters:
      dataSet - the data set
      plotTitle - the title of the plot
  • Method Details

    • getInsets

      public Insets getInsets()
      Overrides:
      getInsets in class JComponent
    • getPlotCanvas

      public PlotCanvas getPlotCanvas()
      Get the underlying plot canvas.
      Returns:
      the underlying plot canvas.
    • createDataSet

      protected DataSet createDataSet() throws DataSetException
      Create the data set
      Returns:
      the data set
      Throws:
      DataSetException
    • setPreferences

      public void setPreferences()