Class ChartRendererServiceImpl
java.lang.Object
org.adempiere.webui.apps.graph.jfreegraph.ChartRendererServiceImpl
- All Implemented Interfaces:
IChartRendererService
Deprecated.
replace by billboard based implementation
- Author:
- hengsin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
renderChart
(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle) Deprecated.render chart for AD_Chartboolean
renderPerformanceGraph
(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel) Deprecated.render chart for PA_Goalboolean
renderPerformanceIndicator
(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, IndicatorModel model) Deprecated.render indicator chart for PA_Goal
-
Constructor Details
-
ChartRendererServiceImpl
public ChartRendererServiceImpl()Deprecated.
-
-
Method Details
-
renderPerformanceIndicator
public boolean renderPerformanceIndicator(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, IndicatorModel model) Deprecated.Description copied from interface:IChartRendererService
render indicator chart for PA_Goal- Specified by:
renderPerformanceIndicator
in interfaceIChartRendererService
- Returns:
- true if render successfully
-
renderPerformanceGraph
public boolean renderPerformanceGraph(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel) Deprecated.Description copied from interface:IChartRendererService
render chart for PA_Goal- Specified by:
renderPerformanceGraph
in interfaceIChartRendererService
- Returns:
- true if render successfully
-
renderChart
public boolean renderChart(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle) Deprecated.Description copied from interface:IChartRendererService
render chart for AD_Chart- Specified by:
renderChart
in interfaceIChartRendererService
- Returns:
- true if render successfully
-