Class DataSet


  • public class DataSet
    extends Object
    • Constructor Detail

      • DataSet

        public DataSet​(String label,
                       String color,
                       int dataSize)
      • DataSet

        public DataSet​(String label,
                       String[] colors,
                       int dataSize)
      • DataSet

        public DataSet​(String label,
                       int dataSize)
    • Method Detail

      • getLabel

        public String getLabel()
      • getBackgroundColor

        public String[] getBackgroundColor()
      • getData

        public int[] getData()
      • setLabel

        public void setLabel​(String label)
      • setBackgroundColor

        public void setBackgroundColor​(String backgroundColor)
      • setBackgroundColor

        public void setBackgroundColor​(String[] backgroundColors)
      • setData

        public void setData​(int[] data)