Bitmap Time Series Data
class BitmapTimeSeriesData<Drawable : AnyBitmapDrawable>(seriesData: <Error class: unknown class><TimeIntervalKey, Drawable>?, val size: Size, validIntervals: List<TimeInterval>) : Disposable
Constructors
Link copied to clipboard
constructor(seriesData: <Error class: unknown class><TimeIntervalKey, Drawable>?, size: Size, validIntervals: List<TimeInterval>)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Returns the bitmap data for the specified time interval in the time series.
Link copied to clipboard
Link copied to clipboard
Purges the bitmap data for all time intervals in the time series, excluding the specified time interval if provided.
Link copied to clipboard
Sets the bitmap data for the specified time interval in the time series. The data will only be set if the time interval exists in the time series.
Link copied to clipboard
Link copied to clipboard