| Package | Description |
|---|---|
| nl.crashdata.chartjs.colors | |
| nl.crashdata.chartjs.data | |
| nl.crashdata.chartjs.data.simple | |
| nl.crashdata.chartjs.data.simple.builder |
| Modifier and Type | Field and Description |
|---|---|
static ChartJsRGBAColor |
ChartJsRGBAColor.BLUE |
static ChartJsRGBAColor |
ChartJsRGBAColor.GREEN |
static ChartJsRGBAColor |
ChartJsRGBAColor.GREY |
static ChartJsRGBAColor |
ChartJsRGBAColor.ORANGE |
static ChartJsRGBAColor |
ChartJsRGBAColor.PURPLE |
static ChartJsRGBAColor |
ChartJsRGBAColor.RED |
static ChartJsRGBAColor |
ChartJsRGBAColor.YELLOW |
| Modifier and Type | Method and Description |
|---|---|
ChartJsRGBAColor |
ChartJsRGBAColor.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.
|
ChartJsRGBAColor |
ChartJsRGBAColor.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.
|
ChartJsRGBAColor |
ChartJsRGBAColor.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.
|
ChartJsRGBAColor |
ChartJsRGBAColor.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.
|
| Modifier and Type | Method and Description |
|---|---|
ChartJsRGBAColor |
ChartJsDataset.getBackgroundColor() |
ChartJsRGBAColor |
ChartJsDataset.getBorderColor() |
| Modifier and Type | Method and Description |
|---|---|
ChartJsRGBAColor |
SimpleChartJsDataset.getBackgroundColor() |
ChartJsRGBAColor |
SimpleChartJsDataset.getBorderColor() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleChartJsDataset.setBackgroundColor(ChartJsRGBAColor backgroundColor) |
void |
SimpleChartJsDataset.setBorderColor(ChartJsRGBAColor borderColor) |
| Modifier and Type | Method and Description |
|---|---|
SimpleChartJsDatasetBuilder<K,V> |
SimpleChartJsDatasetBuilder.withBackgroundColor(ChartJsRGBAColor backgroundColor) |
SimpleChartJsDatasetBuilder<K,V> |
SimpleChartJsDatasetBuilder.withBorderColor(ChartJsRGBAColor borderColor) |
Copyright © 2018. All rights reserved.