public class PieDonutChart<T extends Number> extends AbstractChart<PieDonutData<T>,String>
| Constructor and Description |
|---|
PieDonutChart()
Construtor
|
PieDonutChart(String title) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Collection<LabeledItem<T>> value) |
ChartConfiguration<String> |
getChartConfiguration()
Return chart configuration
|
PieDonutData<T> |
getChartData()
Return chart data.
|
addIntervalColors, addIntervals, addSerie, addSeries, addSeriesColors, addSeriesColors, createAxes, createAxesDefaults, createXAxis, createYAxis, getAxes, getAxesDefaults, getCanvasOverlay, getGridPadding, getSeries, getSeriesColors, getSeriesDefaults, getTitle, getXAxis, getYAxis, setAxes, setAxesDefaults, setBarMargin, setBubbleAlpha, setCaptureRightClick, setDataLabels, setFill, setFillZero, setGridPadding, setHighlightAlpha, setHighlightMouseDown, setLabelX, setLabelY, setLegend, setLineWidth, setPadMin, setSeries, setSeriesColors, setSeriesDefaults, setShadow, setShadowAlpha, setShowDataLabels, setShowLabels, setSimpleTitle, setSliceMargin, setStackSeries, setTicks, setTitlepublic PieDonutChart()
public PieDonutChart(String title)
title - The titlepublic void addValue(Collection<LabeledItem<T>> value)
value - Collection of LabeledItempublic PieDonutData<T> getChartData()
Chartpublic ChartConfiguration<String> getChartConfiguration()
ChartgetChartConfiguration in interface Chart<PieDonutData<T extends Number>>getChartConfiguration in class AbstractChart<PieDonutData<T extends Number>,String>Copyright © 2024. All rights reserved.