Class ChartRendererServiceImpl

java.lang.Object
org.adempiere.webui.apps.graph.jfreegraph.ChartRendererServiceImpl
All Implemented Interfaces:
IChartRendererService

@Deprecated(since="13", forRemoval=true) @GeneratedCodeCoverageExclusion public class ChartRendererServiceImpl extends Object implements IChartRendererService
Deprecated, for removal: This API element is subject to removal in a future version.
replace by billboard based implementation
Author:
hengsin
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    renderChart(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle)
    Deprecated, for removal: This API element is subject to removal in a future version.
    render chart for AD_Chart
    boolean
    renderPerformanceGraph(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel)
    Deprecated, for removal: This API element is subject to removal in a future version.
    render chart for PA_Goal
    boolean
    renderPerformanceIndicator(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, IndicatorModel model)
    Deprecated, for removal: This API element is subject to removal in a future version.
    render indicator chart for PA_Goal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartRendererServiceImpl

      public ChartRendererServiceImpl()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • renderPerformanceIndicator

      public boolean renderPerformanceIndicator(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, IndicatorModel model)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: IChartRendererService
      render indicator chart for PA_Goal
      Specified by:
      renderPerformanceIndicator in interface IChartRendererService
      Returns:
      true if render successfully
    • renderPerformanceGraph

      public boolean renderPerformanceGraph(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: IChartRendererService
      render chart for PA_Goal
      Specified by:
      renderPerformanceGraph in interface IChartRendererService
      Returns:
      true if render successfully
    • renderChart

      public boolean renderChart(org.zkoss.zk.ui.Component parent, int width, int height, ChartModel chartModel, boolean showTitle)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: IChartRendererService
      render chart for AD_Chart
      Specified by:
      renderChart in interface IChartRendererService
      Returns:
      true if render successfully