Interface StripChart.PlotNotificationListener

All Known Implementing Classes:
StripChartInteractiveView
Enclosing class:
StripChart

public static interface StripChart.PlotNotificationListener
StripChartInteractiveView implements this in order to receive data points. Other potential viewer implementations could as well.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    acceptDataPoint(double[] dataPoint)
     
    void
    setLegend(List<String> legendEntries, double min, double max)
     
  • Method Details

    • setLegend

      void setLegend(List<String> legendEntries, double min, double max)
    • acceptDataPoint

      void acceptDataPoint(double[] dataPoint)