Class ReportStackedBarChart

    • Field Summary

      • Fields inherited from class org.knowm.xchart.internal.chartpart.Chart

        annotations, axisPair, chartTitle, legend, plot, seriesMap, styler
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportStackedBarChart​(int width, int height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateData​(int[] xData, int[] passed, int[] failed, int[] skipped)  
      void updateStyler()  
      • Methods inherited from class org.knowm.xchart.CategoryChart

        addSeries, addSeries, addSeries, addSeries, addSeries, addSeries, paint, updateCategorySeries, updateCategorySeries
      • Methods inherited from class org.knowm.xchart.internal.chartpart.Chart

        addAnnotation, getHeight, getSeriesMap, getStyler, getTitle, getWidth, getXAxisTitle, getYAxisGroupTitle, getYAxisLeftWidth, getYAxisTitle, paintBackground, removeSeries, setCustomXAxisTickLabelsFormatter, setCustomYAxisTickLabelsFormatter, setHeight, setTitle, setWidth, setXAxisTitle, setYAxisGroupTitle, setYAxisTitle
    • Constructor Detail

      • ReportStackedBarChart

        public ReportStackedBarChart​(int width,
                                     int height)