Interface IndicatorFullValues
public interface IndicatorFullValues
Clears all previous returned values, and provides new data, equal to response for new
Indicator line will be painted completely with new values
OnlineCalculatable.calculateValuesInRange(String, String, long, long, int, CalculatedResultListener)
without actually calling InvalidateInterface.invalidate()
Indicator line will be painted completely with new values
-
Method Summary
-
Method Details
-
getValues
- Returns:
- values list of result values. Size should not exceed 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
-