Class HistogramPlot.TempSeries

  • Enclosing class:
    HistogramPlot

    private static class HistogramPlot.TempSeries
    extends Object
    Helper class for storing histogram data that needs to split into different annotations. For each annotation we create one TempSeries object and fills it with the data for that annotation.
    • Constructor Detail

      • TempSeries

        TempSeries​(String name,
                   int size,
                   boolean hasY)
    • Method Detail

      • getX

        public float[] getX()
      • getY

        public float[] getY()