Module org.wicketstuff.jqplot4j
Package org.wicketstuff.jqplot.lib.chart
Class PieDonutChart<T extends Number>
java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<PieDonutData<T>,String>
org.wicketstuff.jqplot.lib.chart.PieDonutChart<T>
- All Implemented Interfaces:
Serializable,Chart<PieDonutData<T>>
Simple implementation of Pie Donut Chart. This class can/should be extended.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddValue(Collection<LabeledItem<T>> value) Return chart configurationReturn chart data.Methods inherited from class org.wicketstuff.jqplot.lib.chart.AbstractChart
addIntervalColors, addIntervals, addSerie, addSeries, addSeriesColors, addSeriesColors, 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, setSeries, setSeriesColors, setSeriesDefaults, setShadow, setShadowAlpha, setShowDataLabels, setShowLabels, setSimpleTitle, setSliceMargin, setStackSeries, setTitle
-
Constructor Details
-
PieDonutChart
public PieDonutChart()Construtor -
PieDonutChart
- Parameters:
title- The title
-
-
Method Details
-
addValue
- Parameters:
value- Collection ofLabeledItem
-
getChartData
Description copied from interface:ChartReturn chart data.- Returns:
- PieDonutData
-
getChartConfiguration
Description copied from interface:ChartReturn chart configuration- Specified by:
getChartConfigurationin interfaceChart<T extends Number>- Specified by:
getChartConfigurationin classAbstractChart<PieDonutData<T extends Number>,String> - Returns:
- chartConfiguration
-