Class NonStackedDataProcessor


  • abstract class NonStackedDataProcessor
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void processData​(IAxisChartDataSet iAxisChartDataSet, AxisChartDataProcessor axisChartDataProcessor)
      Does a single pass through the data set and calculates the min, max, and label dimensions.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NonStackedDataProcessor

        NonStackedDataProcessor()
    • Method Detail

      • processData

        public static final void processData​(IAxisChartDataSet iAxisChartDataSet,
                                             AxisChartDataProcessor axisChartDataProcessor)
        Does a single pass through the data set and calculates the min, max, and label dimensions. This stuff is grouped together so we can try to limit the number of passes through the data.
        Parameters:
        iAxisChartDataSet -
        axisChartDataProcessor -