Uses of Class
overit.geocall.basic.ui.control.ChartPieConfigurationBuilder
Packages that use ChartPieConfigurationBuilder
-
Uses of ChartPieConfigurationBuilder in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control that return ChartPieConfigurationBuilderModifier and TypeMethodDescriptionChartPieConfigurationBuilder.setFixedSize(boolean fixedSize) Sets the fixed size flag.ChartPieConfigurationBuilder.setItemLabelBox(overit.geocall.charts.ChartLabelBox itemLabelBox) Sets the label box used for the labels of the elements of the chart.ChartPieConfigurationBuilder.setItemLabelFont(overit.geocall.charts.ChartFont itemLabelFont) Sets the font used for the labels of the elements of the chart.ChartPieConfigurationBuilder.setItemLabelFormat(String itemLabelFormat) Sets the format used for the labels of the elements of the chart.ChartPieConfigurationBuilder.setItemLabels(List<String> itemLabels) Sets the labels of the elements of the chart.ChartPieConfigurationBuilder.setLegendBox(overit.geocall.charts.ChartLegendBox legendBox) Sets the legend box, it supports only the positioningChartPieConfigurationBuilder.setLegendFont(overit.geocall.charts.ChartFont legendFont) Sets the legend font.ChartPieConfigurationBuilder.setLegendItemSize(double legendItemSize) Sets the legend item size.Sets the ring size, if greater than 0, the chart will be a doughnut chart.ChartPieConfigurationBuilder.setSerie(overit.geocall.charts.Serie serie) Sets the serie.ChartPieConfigurationBuilder.setSerieColors(List<Color> serieColors) Sets the serie colors.ChartPieConfigurationBuilder.setShowLegend(boolean showLegend) Sets the show legend flag.Methods in overit.geocall.basic.ui.control that return types with arguments of type ChartPieConfigurationBuilderModifier and TypeMethodDescriptionprotected Holder<ChartPieConfigurationBuilder> ChartPie.getChartPieConfigurationBuilderHolder()