Class ChartData.Data.Dataset

java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.ChartData.Data.Dataset
Enclosing class:
ChartData.Data

public static class ChartData.Data.Dataset extends Object
  • Constructor Details

    • Dataset

      public Dataset()
  • Method Details

    • getLabel

      public String getLabel()
      Getter for label
    • setLabel

      public void setLabel(String label)
      Setter for label
    • getBackgroundColor

      public String getBackgroundColor()
      Getter for backgroundColor
    • getBackgroundColors

      public List<String> getBackgroundColors()
      Getter for backgroundColors
    • setBackgroundColor

      public void setBackgroundColor(String backgroundColor)
      Setter for backgroundColor
    • setBackgroundColors

      public void setBackgroundColors(List<String> backgroundColors)
      Setter for backgroundColor
    • withBackgroundColor

      public ChartData.Data.Dataset withBackgroundColor(String backgroundColor)
      Fluent setter for backgroundColor
    • withBackgroundColors

      public ChartData.Data.Dataset withBackgroundColors(List<String> backgroundColors)
      Fluent setter for backgroundColor
    • getColor

      public String getColor()
      Getter for color
    • setColor

      public void setColor(String color)
      Setter for color
    • withColor

      public ChartData.Data.Dataset withColor(String color)
      Fluent setter for color
    • withLabel

      public ChartData.Data.Dataset withLabel(String label)
      Fluent setter for label
    • getData

      public List<Number> getData()
      Getter for data
    • setData

      public void setData(List<Number> data)
      Setter for data
    • withData

      public ChartData.Data.Dataset withData(List<Number> data)
      Fluent setter for data
    • getUrls

      public List<String> getUrls()
      Getter for urls
    • setUrls

      public void setUrls(List<String> urls)
      Setter for urls
    • withUrls

      public ChartData.Data.Dataset withUrls(List<String> urls)
      Fluent setter for urls