public class DefaultUniformHeatmapSeriesInfoProvider extends SeriesInfoProviderBase<FastUniformHeatmapRenderableSeries,UniformHeatmapSeriesInfo>
FastUniformHeatmapRenderableSeries
renderableSeries
Constructor and Description |
---|
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 . |
protected boolean |
isOfValidType(IRenderableSeries renderableSeries)
Checks whether the specified renderable series is valid for this provider.
|
attachTo, detach, getSeriesInfo, getSeriesTooltip, getSeriesTooltip, isAttached
public DefaultUniformHeatmapSeriesInfoProvider()
protected boolean isOfValidType(IRenderableSeries renderableSeries)
isOfValidType
in class SeriesInfoProviderBase<FastUniformHeatmapRenderableSeries,UniformHeatmapSeriesInfo>
renderableSeries
- The renderable series to check.protected 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.