Class GraphBuilder

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

@Deprecated(since="13", forRemoval=true) public class GraphBuilder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Author:
hengsin
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.jfree.data.category.DefaultCategoryDataset
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected org.jfree.data.category.DefaultCategoryDataset
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected MGoal
    Deprecated, for removal: This API element is subject to removal in a future version.
    The Goal
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
    X Axis Label
    protected String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Y Axis Label
    protected org.jfree.data.general.DefaultPieDataset
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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
    org.jfree.chart.JFreeChart
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMGoal(MGoal mgoal)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setXAxisLabel(String axisLabel)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setYAxisLabel(String axisLabel)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • m_goal

      protected MGoal m_goal
      Deprecated, for removal: This API element is subject to removal in a future version.
      The Goal
    • m_X_AxisLabel

      protected String m_X_AxisLabel
      Deprecated, for removal: This API element is subject to removal in a future version.
      X Axis Label
    • m_Y_AxisLabel

      protected String m_Y_AxisLabel
      Deprecated, for removal: This API element is subject to removal in a future version.
      Y Axis Label
    • dataset

      protected org.jfree.data.category.DefaultCategoryDataset dataset
      Deprecated, for removal: This API element is subject to removal in a future version.
    • linearDataset

      protected org.jfree.data.category.DefaultCategoryDataset linearDataset
      Deprecated, for removal: This API element is subject to removal in a future version.
    • pieDataset

      protected org.jfree.data.general.DefaultPieDataset pieDataset
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GraphBuilder

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

    • createChart

      public org.jfree.chart.JFreeChart createChart(String type)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      type -
      Returns:
      JFreeChart
    • getMGoal

      public MGoal getMGoal()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      MGoal
    • setMGoal

      public void setMGoal(MGoal mgoal)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      mgoal -
    • getXAxisLabel

      public String getXAxisLabel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      X axis label
    • setXAxisLabel

      public void setXAxisLabel(String axisLabel)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      axisLabel -
    • getYAxisLabel

      public String getYAxisLabel()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      Y axis label
    • setYAxisLabel

      public void setYAxisLabel(String axisLabel)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      axisLabel -
    • loadData

      public ArrayList<GraphColumn> loadData()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      graph column list
    • loadDataSet

      public void loadDataSet(List<GraphColumn> list)
      Deprecated, for removal: This API element is subject to removal in a future version.