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