- ChartJsAxisConfig<T extends Serializable> - Interface in nl.crashdata.chartjs.data
-
Represents the configuration for a specific axis.
- ChartJsAxisPosition - Enum in nl.crashdata.chartjs.data
-
- ChartJsCartesianAxisType - Enum in nl.crashdata.chartjs.data
-
- ChartJsChartType - Enum in nl.crashdata.chartjs.data
-
- ChartJsConfig<K extends Serializable,V extends Serializable> - Interface in nl.crashdata.chartjs.data
-
Represents the main config for a chart.
- ChartJsData<K extends Serializable,V extends Serializable> - Interface in nl.crashdata.chartjs.data
-
Represents the data-configuration for a chart.
- ChartJsDataPoint<X extends Serializable,Y extends Serializable> - Interface in nl.crashdata.chartjs.data
-
- ChartJsDataset<K extends Serializable,V extends Serializable> - Interface in nl.crashdata.chartjs.data
-
Represents the configuration of one dataset for a chart.
- ChartJsHoverConfig - Interface in nl.crashdata.chartjs.data
-
Represents the hover-configuration for a chart, ie.
- ChartJsInteractionMode - Enum in nl.crashdata.chartjs.data
-
- ChartJsOptions - Interface in nl.crashdata.chartjs.data
-
Represents the 'options'-configuration for a chart, ie.
- ChartJsRGBAColor - Class in nl.crashdata.chartjs.colors
-
An immutable value object to represent colors for chartjs.
- ChartJsRGBAColor(int, int, int) - Constructor for class nl.crashdata.chartjs.colors.ChartJsRGBAColor
-
Parameters should be in the range 0-255, inclusive.
- ChartJsRGBAColor(int, int, int, int) - Constructor for class nl.crashdata.chartjs.colors.ChartJsRGBAColor
-
Parameters should be in the range 0-255, inclusive.
- ChartJsScaleLabelConfig - Interface in nl.crashdata.chartjs.data
-
Represents the scale-label-configuration for a chart, ie.
- ChartJsScalesConfig - Interface in nl.crashdata.chartjs.data
-
Represents the scale-configuration for a chart, ie.
- ChartJsTickConfig<T extends Serializable> - Interface in nl.crashdata.chartjs.data
-
Represents the tick- or step-configuration for an axis of a chart, ie.
- ChartJsTooltipConfig - Interface in nl.crashdata.chartjs.data
-
Represents the tooltip-configuration for a chart, ie.
- createNewTickConfig() - Method in class nl.crashdata.chartjs.data.simple.builder.AbstractSimpleChartJsTickConfigBuilder
-
- createNewTickConfig() - Method in class nl.crashdata.chartjs.data.simple.builder.SimpleChartJsLabelTickConfigBuilder
-
- createNewTickConfig() - Method in class nl.crashdata.chartjs.data.simple.builder.SimpleChartJsNumericalTickConfigBuilder
-
- createNewTickConfig() - Method in class nl.crashdata.chartjs.data.simple.builder.SimpleChartJsTemporalTickConfigBuilder
-