Uses of Class
nl.crashdata.chartjs.data.ChartJsFill
-
Packages that use ChartJsFill Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsFill in nl.crashdata.chartjs.data
Fields in nl.crashdata.chartjs.data declared as ChartJsFill Modifier and Type Field Description static ChartJsFillChartJsFill. DISABLEDMethods in nl.crashdata.chartjs.data that return ChartJsFill Modifier and Type Method Description static ChartJsFillChartJsFill. absoluteIndex(int datasetIndex)Sets the fill property to a value indicating fill to another dataset.static ChartJsFillChartJsFill. boundary(ChartJsBoundaryType boundary)Sets the fill property to a value indicating fill to a boundary.static ChartJsFillChartJsFill. disabled()Sets the fill property to a value indicating it is disabled (ie, don't fill)ChartJsFillChartJsDataset. getFill()static ChartJsFillChartJsFill. relativeIndex(int datasetIndex)Sets the fill property to a value indicating fill to another dataset. -
Uses of ChartJsFill in nl.crashdata.chartjs.data.simple
Methods in nl.crashdata.chartjs.data.simple that return ChartJsFill Modifier and Type Method Description ChartJsFillSimpleChartJsDataset. getFill()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsFill Modifier and Type Method Description voidSimpleChartJsDataset. setFill(ChartJsFill fill) -
Uses of ChartJsFill in nl.crashdata.chartjs.data.simple.builder
Methods in nl.crashdata.chartjs.data.simple.builder with parameters of type ChartJsFill Modifier and Type Method Description SimpleChartJsDatasetBuilder<E>SimpleChartJsDatasetBuilder. withFill(ChartJsFill fill)
-