Class CompressScatterSeries

  • All Implemented Interfaces:
    ICompress

    public class CompressScatterSeries
    extends Compress
    A compressor for scatter series data
    • Constructor Detail

      • CompressScatterSeries

        public CompressScatterSeries()
    • Method Detail

      • addNecessaryPlots

        protected void addNecessaryPlots​(java.util.ArrayList<java.lang.Double> xList,
                                         java.util.ArrayList<java.lang.Double> yList,
                                         java.util.ArrayList<java.lang.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
      • setLineVisible

        public void setLineVisible​(boolean visible)
        Sets the state indicating if the line is visible.
        Parameters:
        visible - the state indicating if the line is visible