Class AxisChartDataProcessor

java.lang.Object
org.jCharts.chartData.processors.AxisChartDataProcessor
Direct Known Subclasses:
ScatterPlotDataProcessor

public class AxisChartDataProcessor extends Object
  • Field Details

    • max

      private double max
    • min

      private double min
    • numberOfElementsInADataSet

      private int numberOfElementsInADataSet
  • Constructor Details

    • AxisChartDataProcessor

      public AxisChartDataProcessor()
      Constructor
  • Method Details

    • processData

      public void processData(AxisChart axisChart, FontRenderContext fontRenderContext)
      Method to perform all chart data processing.
      Parameters:
      axisChart -
    • processDataSet

      private void processDataSet(IDataSeries iDataSeries)
      Processes the numeric values in the chart data. If there is a user defined scale there is no need to call this.
      Parameters:
      iDataSeries -
    • setMaxValue

      void setMaxValue(double max)
    • getMaxValue

      public double getMaxValue()
    • setMinValue

      void setMinValue(double min)
    • getMinValue

      public double getMinValue()
    • getNumberOfElementsInADataSet

      public int getNumberOfElementsInADataSet()