Package org.zkoss.chart.impl
Class SolidGaugePlotImpl
- java.lang.Object
-
- org.zkoss.chart.impl.PlotEngineImpl
-
- org.zkoss.chart.impl.GaugePlotImpl
-
- org.zkoss.chart.impl.SolidGaugePlotImpl
-
- All Implemented Interfaces:
PlotEngine
public class SolidGaugePlotImpl extends GaugePlotImpl
A model implementation for solid gauge chart- Author:
- hanhsu
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.impl.PlotEngineImpl
_plotData
-
-
Constructor Summary
Constructors Constructor Description SolidGaugePlotImpl(PlotData plotData)
-
Method Summary
-
Methods inherited from class org.zkoss.chart.impl.GaugePlotImpl
drawPlot
-
Methods inherited from class org.zkoss.chart.impl.PlotEngineImpl
drawBoxPlotModel, drawCategoryModel, drawDialModel, drawFromToModel, drawFromToWeightModel, drawLowHighModel, drawLowModel, drawSingleValueCategoryModel, drawWordCloudModel, drawXYModel, drawXYZModel, getPlotData, getPlotEngine
-
-
-
-
Constructor Detail
-
SolidGaugePlotImpl
public SolidGaugePlotImpl(PlotData plotData)
-
-