Class AbstractXYChartCreator

java.lang.Object
repast.simphony.chart2.AbstractXYChartCreator

public class AbstractXYChartCreator extends Object
  • Field Details

    • xAxisLabel

      protected String xAxisLabel
    • yAxisLabel

      protected String yAxisLabel
    • chartLabel

      protected String chartLabel
  • Constructor Details

    • AbstractXYChartCreator

      public AbstractXYChartCreator()
  • Method Details

    • setXAxisLabel

      public void setXAxisLabel(String xAxisLabel)
      Parameters:
      xAxisLabel - the xAxisLabel to set
    • setYAxisLabel

      public void setYAxisLabel(String yAxisLabel)
      Parameters:
      yAxisLabel - the yAxisLabel to set
    • setChartLabel

      public void setChartLabel(String chartLabel)
      Parameters:
      chartLabel - the chartLabel to set
    • getXAxisLabel

      public String getXAxisLabel()
      Returns:
      the xAxisLabel
    • getYAxisLabel

      public String getYAxisLabel()
      Returns:
      the yAxisLabel
    • getChartLabel

      public String getChartLabel()
      Returns:
      the chartLabel