Class DefaultUniformHeatmapSeriesInfoProvider
Defines a default series info provider for FastUniformHeatmapRenderableSeries
Inheritance
DefaultUniformHeatmapSeriesInfoProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DefaultUniformHeatmapSeriesInfoProvider extends renderableSeries.hitTest.SeriesInfoProviderBase<renderableSeries.FastUniformHeatmapRenderableSeries,renderableSeries.hitTest.UniformHeatmapSeriesInfo>
Constructors
DefaultUniformHeatmapSeriesInfoProvider()
Create a new instance of DefaultUniformHeatmapSeriesInfoProvider
Declaration
public DefaultUniformHeatmapSeriesInfoProvider()
DefaultUniformHeatmapSeriesInfoProvider(Class<renderableSeries.FastUniformHeatmapRenderableSeries> renderableSeriesType)
Create a new instance of DefaultUniformHeatmapSeriesInfoProvider
Declaration
protected DefaultUniformHeatmapSeriesInfoProvider(Class<renderableSeries.FastUniformHeatmapRenderableSeries> renderableSeriesType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<FastUniformHeatmapRenderableSeries> | renderableSeriesType | The renderable series type to use |
Methods
getSeriesInfoInternal()
Declaration
protected renderableSeries.hitTest.UniformHeatmapSeriesInfo getSeriesInfoInternal()
Returns
| Type | Description |
|---|---|
| renderableSeries.hitTest.UniformHeatmapSeriesInfo |
Overrides
getSeriesTooltipInternal(Context context, renderableSeries.hitTest.UniformHeatmapSeriesInfo seriesInfo, Class<?> modifierType)
Creates a new ISeriesTooltip.
Declaration
protected renderableSeriesISeriesTooltip getSeriesTooltipInternal(Context context, renderableSeries.hitTest.UniformHeatmapSeriesInfo seriesInfo, Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| android.content.Context | context | |
| renderableSeries.hitTest.UniformHeatmapSeriesInfo | seriesInfo | |
| Class<?> | modifierType |
Returns
| Type | Description |
|---|---|
| renderableSeriesISeriesTooltip |