Class GraphBuilder

java.lang.Object
org.adempiere.apps.graph.GraphBuilder

@Deprecated public class GraphBuilder extends Object
Deprecated.
Author:
hengsin
  • Field Details

    • m_goal

      protected MGoal m_goal
      Deprecated.
      The Goal
    • m_X_AxisLabel

      protected String m_X_AxisLabel
      Deprecated.
      X Axis Label
    • m_Y_AxisLabel

      protected String m_Y_AxisLabel
      Deprecated.
      Y Axis Label
    • dataset

      protected org.jfree.data.category.DefaultCategoryDataset dataset
      Deprecated.
    • linearDataset

      protected org.jfree.data.category.DefaultCategoryDataset linearDataset
      Deprecated.
    • pieDataset

      protected org.jfree.data.general.DefaultPieDataset pieDataset
      Deprecated.
  • Constructor Details

    • GraphBuilder

      public GraphBuilder()
      Deprecated.
  • Method Details

    • createChart

      public org.jfree.chart.JFreeChart createChart(String type)
      Deprecated.
      Parameters:
      type -
      Returns:
      JFreeChart
    • getMGoal

      public MGoal getMGoal()
      Deprecated.
      Returns:
      MGoal
    • setMGoal

      public void setMGoal(MGoal mgoal)
      Deprecated.
      Parameters:
      mgoal -
    • getXAxisLabel

      public String getXAxisLabel()
      Deprecated.
      Returns:
      X axis label
    • setXAxisLabel

      public void setXAxisLabel(String axisLabel)
      Deprecated.
      Parameters:
      axisLabel -
    • getYAxisLabel

      public String getYAxisLabel()
      Deprecated.
      Returns:
      Y axis label
    • setYAxisLabel

      public void setYAxisLabel(String axisLabel)
      Deprecated.
      Parameters:
      axisLabel -
    • loadData

      public ArrayList<GraphColumn> loadData()
      Deprecated.
      Returns:
      graph column list
    • loadDataSet

      public void loadDataSet(List<GraphColumn> list)
      Deprecated.