Class AbstractXYChartCreator


  • public class AbstractXYChartCreator
    extends Object
    • Field Detail

      • xAxisLabel

        protected String xAxisLabel
      • yAxisLabel

        protected String yAxisLabel
      • chartLabel

        protected String chartLabel
    • Constructor Detail

      • AbstractXYChartCreator

        public AbstractXYChartCreator()
    • Method Detail

      • 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