Interface IndicatorFullValues


public interface IndicatorFullValues
Clears all previous returned values, and provides new data, equal to response for new OnlineCalculatable.calculateValuesInRange(String, String, long, long, int, CalculatedResultListener) without actually calling InvalidateInterface.invalidate()
Indicator line will be painted completely with new values
  • Method Summary

    Modifier and Type Method Description
    java.util.List<? extends java.lang.Object> getValues()  
  • Method Details

    • getValues

      java.util.List<? extends java.lang.Object> getValues()
      Returns:
      values list of result values. Size should be equal to pixelWidth obtained from OnlineValueCalculatorAdapter.onIntervalsNumber(int) method
      Note that neither returned list nor any of it's elements should never be modified from strategy