Class ChartData.Data.Dataset
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.ChartData.Data.Dataset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for backgroundColorGetter for backgroundColorsgetColor()
Getter for colorgetData()
Getter for datagetLabel()
Getter for labelgetUrls()
Getter for urlsvoid
setBackgroundColor
(String backgroundColor) Setter for backgroundColorvoid
setBackgroundColors
(List<String> backgroundColors) Setter for backgroundColorvoid
Setter for colorvoid
Setter for datavoid
Setter for labelvoid
Setter for urlswithBackgroundColor
(String backgroundColor) Fluent setter for backgroundColorwithBackgroundColors
(List<String> backgroundColors) Fluent setter for backgroundColorFluent setter for colorFluent setter for dataFluent setter for labelFluent setter for urls
-
Constructor Details
-
Dataset
public Dataset()
-
-
Method Details
-
getLabel
Getter for label -
setLabel
Setter for label -
getBackgroundColor
Getter for backgroundColor -
getBackgroundColors
-
setBackgroundColor
Setter for backgroundColor -
setBackgroundColors
-
withBackgroundColor
Fluent setter for backgroundColor -
withBackgroundColors
Fluent setter for backgroundColor -
getColor
Getter for color -
setColor
Setter for color -
withColor
Fluent setter for color -
withLabel
Fluent setter for label -
getData
-
setData
-
withData
Fluent setter for data -
getUrls
-
setUrls
-
withUrls
Fluent setter for urls
-