Uses of Class
nl.crashdata.chartjs.data.ChartJsPosition
-
Packages that use ChartJsPosition Package Description nl.crashdata.chartjs.data nl.crashdata.chartjs.data.simple nl.crashdata.chartjs.data.simple.builder -
-
Uses of ChartJsPosition in nl.crashdata.chartjs.data
Methods in nl.crashdata.chartjs.data that return ChartJsPosition Modifier and Type Method Description ChartJsPositionChartJsAxisConfig. getPosition()ChartJsPositionChartJsLegendConfig. getPosition()ChartJsPositionChartJsTitleConfig. getPosition()static ChartJsPositionChartJsPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartJsPosition[]ChartJsPosition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChartJsPosition in nl.crashdata.chartjs.data.simple
Methods in nl.crashdata.chartjs.data.simple that return ChartJsPosition Modifier and Type Method Description ChartJsPositionSimpleChartJsAxisConfig. getPosition()ChartJsPositionSimpleChartJsLegendConfig. getPosition()ChartJsPositionSimpleChartJsTitleConfig. getPosition()Methods in nl.crashdata.chartjs.data.simple with parameters of type ChartJsPosition Modifier and Type Method Description voidSimpleChartJsAxisConfig. setPosition(ChartJsPosition position)voidSimpleChartJsLegendConfig. setPosition(ChartJsPosition position)voidSimpleChartJsTitleConfig. setPosition(ChartJsPosition position) -
Uses of ChartJsPosition in nl.crashdata.chartjs.data.simple.builder
Methods in nl.crashdata.chartjs.data.simple.builder with parameters of type ChartJsPosition Modifier and Type Method Description AbstractSimpleChartJsAxisConfigBuilder<T>AbstractSimpleChartJsAxisConfigBuilder. withPosition(ChartJsPosition position)SimpleChartJsLegendConfigBuilderSimpleChartJsLegendConfigBuilder. withPosition(ChartJsPosition position)SimpleChartJsTitleConfigBuilderSimpleChartJsTitleConfigBuilder. withPosition(ChartJsPosition position)
-