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