Uses of Class
nl.crashdata.chartjs.colors.ChartJsRGBAColor
-
Packages that use ChartJsRGBAColor Package Description nl.crashdata.chartjs.colors nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsRGBAColor in nl.crashdata.chartjs.colors
Fields in nl.crashdata.chartjs.colors declared as ChartJsRGBAColor Modifier and Type Field Description static ChartJsRGBAColorChartJsRGBAColor. BLUEstatic ChartJsRGBAColorChartJsRGBAColor. GREENstatic ChartJsRGBAColorChartJsRGBAColor. GREYstatic ChartJsRGBAColorChartJsRGBAColor. ORANGEstatic ChartJsRGBAColorChartJsRGBAColor. PURPLEstatic ChartJsRGBAColorChartJsRGBAColor. REDstatic ChartJsRGBAColorChartJsRGBAColor. YELLOWMethods in nl.crashdata.chartjs.colors that return ChartJsRGBAColor Modifier and Type Method Description ChartJsRGBAColorChartJsRGBAColor. withAlpha(int alpha)Creates a new ChartJsRGBAColor object with the given value for its alpha component and the values for the other colors from the current object.ChartJsRGBAColorChartJsRGBAColor. withBlue(int blue)Creates a new ChartJsRGBAColor object with the given value for its blue component and the values for the other colors from the current object.ChartJsRGBAColorChartJsRGBAColor. withGreen(int green)Creates a new ChartJsRGBAColor object with the given value for its green component and the values for the other colors from the current object.ChartJsRGBAColorChartJsRGBAColor. withRed(int red)Creates a new ChartJsRGBAColor object with the given value for its red component and the values for the other colors from the current object. -
Uses of ChartJsRGBAColor in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsRGBAColor Modifier and Type Method Description ChartJsRGBAColorChartJsTooltipConfig. getBackgroundColor()ChartJsRGBAColorChartJsTooltipConfig. getBodyFontColor()ChartJsRGBAColorChartJsTooltipConfig. getBorderColor()ChartJsRGBAColorChartJsTitleConfig. getFontColor()ChartJsRGBAColorChartJsTooltipConfig. getFooterFontColor()ChartJsRGBAColorChartJsTooltipConfig. getMultiKeyBackground()ChartJsRGBAColorChartJsTooltipConfig. getTitleFontColor()Methods in nl.crashdata.chartjs.data that return types with arguments of type ChartJsRGBAColor Modifier and Type Method Description List<ChartJsRGBAColor>ChartJsDataset. getBackgroundColor()List<ChartJsRGBAColor>ChartJsDataset. getBorderColor()List<ChartJsRGBAColor>ChartJsDataset. getHoverBackgroundColor()List<ChartJsRGBAColor>ChartJsDataset. getHoverBorderColor() -
Uses of ChartJsRGBAColor in nl.crashdata.chartjs.data.simple
Methods in nl.crashdata.chartjs.data.simple that return ChartJsRGBAColor Modifier and Type Method Description ChartJsRGBAColorSimpleChartJsTooltipConfig. getBackgroundColor()ChartJsRGBAColorSimpleChartJsTooltipConfig. getBodyFontColor()ChartJsRGBAColorSimpleChartJsTooltipConfig. getBorderColor()ChartJsRGBAColorSimpleChartJsTitleConfig. getFontColor()ChartJsRGBAColorSimpleChartJsTooltipConfig. getFooterFontColor()ChartJsRGBAColorSimpleChartJsTooltipConfig. getMultiKeyBackground()ChartJsRGBAColorSimpleChartJsTooltipConfig. getTitleFontColor()Methods in nl.crashdata.chartjs.data.simple that return types with arguments of type ChartJsRGBAColor Modifier and Type Method Description List<ChartJsRGBAColor>SimpleChartJsDataset. getBackgroundColor()List<ChartJsRGBAColor>SimpleChartJsDataset. getBorderColor()List<ChartJsRGBAColor>SimpleChartJsDataset. getHoverBackgroundColor()List<ChartJsRGBAColor>SimpleChartJsDataset. getHoverBorderColor()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsRGBAColor Modifier and Type Method Description voidSimpleChartJsTooltipConfig. setBackgroundColor(ChartJsRGBAColor backgroundColor)voidSimpleChartJsTooltipConfig. setBodyFontColor(ChartJsRGBAColor bodyFontColor)voidSimpleChartJsTooltipConfig. setBorderColor(ChartJsRGBAColor borderColor)voidSimpleChartJsTitleConfig. setFontColor(ChartJsRGBAColor fontColor)voidSimpleChartJsTooltipConfig. setFooterFontColor(ChartJsRGBAColor footerFontColor)voidSimpleChartJsTooltipConfig. setMultiKeyBackground(ChartJsRGBAColor multiKeyBackground)voidSimpleChartJsTooltipConfig. setTitleFontColor(ChartJsRGBAColor titleFontColor)Method parameters in nl.crashdata.chartjs.data.simple with type arguments of type ChartJsRGBAColor Modifier and Type Method Description voidSimpleChartJsDataset. setBackgroundColor(List<ChartJsRGBAColor> backgroundColor)voidSimpleChartJsDataset. setBorderColor(List<ChartJsRGBAColor> borderColor)voidSimpleChartJsDataset. setHoverBackgroundColor(List<ChartJsRGBAColor> hoverBackgroundColor)voidSimpleChartJsDataset. setHoverBorderColor(List<ChartJsRGBAColor> hoverBorderColor) -
Uses of ChartJsRGBAColor in nl.crashdata.chartjs.data.simple.builder
Method parameters in nl.crashdata.chartjs.data.simple.builder with type arguments of type ChartJsRGBAColor Modifier and Type Method Description SimpleChartJsDatasetBuilder<E>SimpleChartJsDatasetBuilder. withBackgroundColors(List<ChartJsRGBAColor> backgroundColors)SimpleChartJsDatasetBuilder<E>SimpleChartJsDatasetBuilder. withBorderColors(List<ChartJsRGBAColor> borderColors)SimpleChartJsDatasetBuilder<E>SimpleChartJsDatasetBuilder. withHoverBackgroundColors(List<ChartJsRGBAColor> hoverBackgroundColors)SimpleChartJsDatasetBuilder<E>SimpleChartJsDatasetBuilder. withHoverBorderColors(List<ChartJsRGBAColor> hoverBorderColors)
-