Class BaseDataSet

    • Constructor Detail

      • BaseDataSet

        public BaseDataSet​(List<? extends Number> data)
        Instantiates a new abstract base data set.
        Parameters:
        data - the data values
    • Method Detail

      • getFillColor

        public String getFillColor()
        Gets the fill color.
        Returns:
        the fill color
      • setFillColor

        public BaseDataSet setFillColor​(String fillColor)
        Sets the fill color.
        Parameters:
        fillColor - the fill color
        Returns:
        the abstract base data set
      • getStrokeColor

        public String getStrokeColor()
        Gets the stroke color.
        Returns:
        the stroke color
      • setStrokeColor

        public BaseDataSet setStrokeColor​(String strokeColor)
        Sets the stroke color.
        Parameters:
        strokeColor - the stroke color
        Returns:
        the abstract base data set
      • getData

        public List<? extends Number> getData()