Uses of Class
org.adempiere.webui.apps.graph.model.GoalModel
Package
Description
Provide class and interface for chart (AD_Chart), performance indicator (PA_Goal) and document status indicator (PA_DocumentStatus) implementation.
Performance indicator and chart implementation using JFree graph
-
Uses of GoalModel in org.adempiere.webui.apps.graph
Modifier and TypeMethodDescriptionboolean
IChartRendererService.renderPerformanceGraph
(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel) render chart for PA_Goal -
Uses of GoalModel in org.adempiere.webui.apps.graph.jfreegraph
Modifier and TypeMethodDescriptionboolean
ChartRendererServiceImpl.renderPerformanceGraph
(org.zkoss.zk.ui.Component parent, int chartWidth, int chartHeight, GoalModel goalModel) Deprecated.