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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanrenderChart(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle) Deprecated.render chart for AD_ChartbooleanrenderPerformanceGraph(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel) Deprecated.render chart for PA_GoalbooleanrenderPerformanceIndicator(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:IChartRendererServicerender indicator chart for PA_Goal- Specified by:
renderPerformanceIndicatorin 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:IChartRendererServicerender chart for PA_Goal- Specified by:
renderPerformanceGraphin 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:IChartRendererServicerender chart for AD_Chart- Specified by:
renderChartin interfaceIChartRendererService- Returns:
- true if render successfully
-