Class CompressBarSeries

java.lang.Object
org.swtchart.internal.compress.Compress
org.swtchart.internal.compress.CompressBarSeries
All Implemented Interfaces:
ICompress

public class CompressBarSeries extends Compress
A compressor for bar series data.
  • Constructor Details

    • CompressBarSeries

      public CompressBarSeries()
  • Method Details

    • addNecessaryPlots

      protected void addNecessaryPlots(ArrayList<Double> xList, ArrayList<Double> yList, ArrayList<Integer> indexList)
      Description copied from class: Compress
      Adds the necessary plots.
      Specified by:
      addNecessaryPlots in class Compress
      Parameters:
      xList - the array in which x coordinate for necessary plot is stored
      yList - the array in which y coordinate for necessary plot is stored
      indexList - the array in which series index for necessary plot is stored