public abstract class Seriesinfo3DProviderBase<TRenderableSeries3D extends IRenderableSeries3D,TSeriesInfo3D extends SeriesInfo3D<? extends TRenderableSeries3D>> extends com.scichart.charting.visuals.renderableSeries.RenderableSeriesProviderBase<TRenderableSeries3D> implements ISeriesInfo3DProvider
Modifier | Constructor and Description |
---|---|
protected |
Seriesinfo3DProviderBase(java.lang.Class<TRenderableSeries3D> renderableSeriesType) |
Modifier and Type | Method and Description |
---|---|
SeriesInfo3D |
getSeriesInfo()
Creates
SeriesInfo3D instance which is attached to current IRenderableSeries3D . |
protected abstract TSeriesInfo3D |
getSeriesInfoInternal() |
ISeriesTooltip3D |
getSeriesTooltip()
Creates
ISeriesTooltip3D instance which is attached to current IRenderableSeries3D . |
ISeriesTooltip3D |
getSeriesTooltip(java.lang.Class<?> modifierType)
Creates
ISeriesTooltip3D instance for specified tooltipId which is attached to current IRenderableSeries3D . |
protected abstract ISeriesTooltip3D |
getSeriesTooltipInternal(android.content.Context context,
TSeriesInfo3D seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip3D . |
attachTo, detach, isAttached
protected Seriesinfo3DProviderBase(java.lang.Class<TRenderableSeries3D> renderableSeriesType)
public final SeriesInfo3D getSeriesInfo()
SeriesInfo3D
instance which is attached to current IRenderableSeries3D
.getSeriesInfo
in interface ISeriesInfo3DProvider
SeriesInfo3D
instance.protected abstract TSeriesInfo3D getSeriesInfoInternal()
public final ISeriesTooltip3D getSeriesTooltip()
ISeriesTooltip3D
instance which is attached to current IRenderableSeries3D
.getSeriesTooltip
in interface ISeriesInfo3DProvider
public final ISeriesTooltip3D getSeriesTooltip(java.lang.Class<?> modifierType)
ISeriesTooltip3D
instance for specified tooltipId
which is attached to current IRenderableSeries3D
.getSeriesTooltip
in interface ISeriesInfo3DProvider
modifierType
- The type of modifier for which tooltip will be created.protected abstract ISeriesTooltip3D getSeriesTooltipInternal(android.content.Context context, TSeriesInfo3D seriesInfo, java.lang.Class<?> modifierType)
ISeriesTooltip3D
.context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip3D
instance.