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 Detail

      • setLegend

        void setLegend​(java.util.List<java.lang.String> legendEntries,
                       double min,
                       double max)
      • acceptDataPoint

        void acceptDataPoint​(double[] dataPoint)