java.lang.Object
org.wicketstuff.jqplot.lib.chart.AbstractChart<MeterData,String>
org.wicketstuff.jqplot.lib.chart.MeterGaugeChart
- All Implemented Interfaces:
Serializable,Chart<MeterData>
Simple implementation of Meter Gauge Chart. This class can/should be extended.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn chart configurationReturn chart data.voidvoidMethods 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
-
MeterGaugeChart
public MeterGaugeChart()Construtor -
MeterGaugeChart
Construtor- Parameters:
title- The title
-
-
Method Details
-
setValue
- Parameters:
value- value
-
setValue
- Parameters:
value- value
-
getChartData
Description copied from interface:ChartReturn chart data.- Returns:
ChartData
-
getChartConfiguration
Description copied from interface:ChartReturn chart configuration- Specified by:
getChartConfigurationin interfaceChart<MeterData>- Specified by:
getChartConfigurationin classAbstractChart<MeterData,String> - Returns:
- chartConfiguration
-