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