Class HlRenderableSeriesBase
An abstract base class for IHlDataSeriesValues based renderable series
Inheritance
HlRenderableSeriesBase
Inherited Members
Namespace:
Assembly: .dll
Syntax
public abstract class HlRenderableSeriesBase extends renderableSeries.BaseRenderableSeries
Constructors
HlRenderableSeriesBase(renderableSeriesHlRenderPassData currentRenderPassData, renderableSeries.hitTest.IHitProvider hitProvider, renderableSeries.hitTest.INearestPointProvider nearestPointProvider)
Creates a new instance of HlRenderableSeriesBase class
Declaration
protected HlRenderableSeriesBase(renderableSeriesHlRenderPassData currentRenderPassData, renderableSeries.hitTest.IHitProvider hitProvider, renderableSeries.hitTest.INearestPointProvider nearestPointProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeriesHlRenderPassData | currentRenderPassData | The render pass data instance |
| renderableSeries.hitTest.IHitProvider | hitProvider | The hit provider instance |
| renderableSeries.hitTest.INearestPointProvider | nearestPointProvider | The nearest point provider instance |
Methods
internalUpdateRenderPassData(renderableSeriesISeriesRenderPassData renderPassDataToUpdate, dataSeries.IDataSeries<?,?> dataSeries, ResamplingMode resamplingMode, IPointResamplerFactory factory)
Updates the current render pass data using the data series, resampling factory passed in
Declaration
protected void internalUpdateRenderPassData(renderableSeriesISeriesRenderPassData renderPassDataToUpdate, dataSeries.IDataSeries<?,?> dataSeries, ResamplingMode resamplingMode, IPointResamplerFactory factory)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeriesISeriesRenderPassData | renderPassDataToUpdate | |
| IDataSeries<?,?> | dataSeries | |
| ResamplingMode | resamplingMode | |
| IPointResamplerFactory | factory |
Overrides
Exceptions
| Type | Condition |
|---|---|
| Exception |
isOfValidType(dataSeries.IDataSeries dataSeries)
Checks whether the data series instance is valid for this series
Declaration
protected final boolean isOfValidType(dataSeries.IDataSeries dataSeries)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataSeries | dataSeries |
Returns
| Type | Description |
|---|---|
| boolean |