Package org.wicketstuff.jqplot.lib.chart
Class AreaChart<T extends Number>
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.chart.AbstractChart<AreaFillData<T>,String>
-
- org.wicketstuff.jqplot.lib.chart.AreaChart<T>
-
- Type Parameters:
T- the generic type
- All Implemented Interfaces:
Serializable,Chart<AreaFillData<T>>
public class AreaChart<T extends Number> extends AbstractChart<AreaFillData<T>,String>
Simple implementation of Area Chart. This class can/should be extended.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(List<T> value)Adds the value.voidaddValues(List<T>... value)Adds the values.ChartConfiguration<String>getChartConfiguration()Return chart configurationAreaFillData<T>getChartData()Return 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 Detail
-
AreaChart
public AreaChart()
Instantiates a new area chart.
-
AreaChart
public AreaChart(String title)
Instantiates a new area chart.- Parameters:
title- the title
-
-
Method Detail
-
getChartData
public AreaFillData<T> getChartData()
Description copied from interface:ChartReturn chart data.- Returns:
ChartData
-
getChartConfiguration
public ChartConfiguration<String> getChartConfiguration()
Description copied from interface:ChartReturn chart configuration- Specified by:
getChartConfigurationin interfaceChart<T extends Number>- Specified by:
getChartConfigurationin classAbstractChart<AreaFillData<T extends Number>,String>- Returns:
- chartConfiguration
-
-