Uses of Class
nl.crashdata.chartjs.data.ChartJsChartType
-
Packages that use ChartJsChartType Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsChartType in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsChartType Modifier and Type Method Description ChartJsChartTypeChartJsConfig. getChartType()static ChartJsChartTypeChartJsChartType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartJsChartType[]ChartJsChartType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartJsChartType in nl.crashdata.chartjs.data.simple
Methods in nl.crashdata.chartjs.data.simple that return ChartJsChartType Modifier and Type Method Description ChartJsChartTypeSimpleChartJsConfig. getChartType()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsChartType Modifier and Type Method Description voidSimpleChartJsConfig. setChartType(ChartJsChartType chartType) -
Uses of ChartJsChartType in nl.crashdata.chartjs.data.simple.builder
Methods in nl.crashdata.chartjs.data.simple.builder that return ChartJsChartType Modifier and Type Method Description ChartJsChartTypeSimpleChartJsConfigBuilder. getType()Methods in nl.crashdata.chartjs.data.simple.builder with parameters of type ChartJsChartType Modifier and Type Method Description SimpleChartJsConfigBuilder<E>SimpleChartJsConfigBuilder. withType(ChartJsChartType type)Constructor parameters in nl.crashdata.chartjs.data.simple.builder with type arguments of type ChartJsChartType Constructor Description SimpleChartJsLegendConfigBuilder(Supplier<ChartJsChartType> chartTypeSupplier)SimpleChartJsOptionsBuilder(Supplier<ChartJsChartType> chartTypeSupplier)
-