Module org.wicketstuff.jqplot4j
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>>
Simple implementation of Area Chart. This class can/should be extended.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the value.voidAdds the values.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
-
AreaChart
public AreaChart()Instantiates a new area chart. -
AreaChart
Instantiates a new area chart.- Parameters:
title- the title
-
-
Method Details
-
getChartData
Description copied from interface:ChartReturn chart data.- Returns:
ChartData
-
addValue
Adds the value.- Parameters:
value- the value
-
addValues
Adds the values.- Parameters:
value- the value
-
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
-