public class DefaultUniformHeatmapSeriesInfoProvider extends SeriesInfoProviderBase<FastUniformHeatmapRenderableSeries,UniformHeatmapSeriesInfo>
FastUniformHeatmapRenderableSeries
renderableSeries
Modifier | Constructor and Description |
---|---|
|
DefaultUniformHeatmapSeriesInfoProvider()
Create a new instance of
DefaultUniformHeatmapSeriesInfoProvider |
protected |
DefaultUniformHeatmapSeriesInfoProvider(java.lang.Class<FastUniformHeatmapRenderableSeries> renderableSeriesType)
Create a new instance of
DefaultUniformHeatmapSeriesInfoProvider |
Modifier and Type | Method and Description |
---|---|
protected UniformHeatmapSeriesInfo |
getSeriesInfoInternal() |
protected ISeriesTooltip |
getSeriesTooltipInternal(android.content.Context context,
UniformHeatmapSeriesInfo seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip . |
getSeriesInfo, getSeriesTooltip, getSeriesTooltip
attachTo, detach, isAttached
public DefaultUniformHeatmapSeriesInfoProvider()
DefaultUniformHeatmapSeriesInfoProvider
protected DefaultUniformHeatmapSeriesInfoProvider(java.lang.Class<FastUniformHeatmapRenderableSeries> renderableSeriesType)
DefaultUniformHeatmapSeriesInfoProvider
renderableSeriesType
- The renderable series type to useprotected UniformHeatmapSeriesInfo getSeriesInfoInternal()
getSeriesInfoInternal
in class SeriesInfoProviderBase<FastUniformHeatmapRenderableSeries,UniformHeatmapSeriesInfo>
protected ISeriesTooltip getSeriesTooltipInternal(android.content.Context context, UniformHeatmapSeriesInfo seriesInfo, java.lang.Class<?> modifierType)
ISeriesTooltip
.getSeriesTooltipInternal
in class SeriesInfoProviderBase<FastUniformHeatmapRenderableSeries,UniformHeatmapSeriesInfo>
context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip
instance.