public class DefaultMeshSeriesInfo3DProvider extends Seriesinfo3DProviderBase<ContourMeshRenderableSeries3DBase,MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase>>
Constructor and Description |
---|
DefaultMeshSeriesInfo3DProvider() |
Modifier and Type | Method and Description |
---|---|
protected MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase> |
getSeriesInfoInternal() |
protected ISeriesTooltip3D |
getSeriesTooltipInternal(android.content.Context context,
MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase> seriesInfo,
java.lang.Class<?> modifierType)
Creates a new
ISeriesTooltip3D . |
getSeriesInfo, getSeriesTooltip, getSeriesTooltip
attachTo, detach, isAttached
protected MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase> getSeriesInfoInternal()
getSeriesInfoInternal
in class Seriesinfo3DProviderBase<ContourMeshRenderableSeries3DBase,MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase>>
protected ISeriesTooltip3D getSeriesTooltipInternal(android.content.Context context, MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase> seriesInfo, java.lang.Class<?> modifierType)
ISeriesTooltip3D
.getSeriesTooltipInternal
in class Seriesinfo3DProviderBase<ContourMeshRenderableSeries3DBase,MeshSeriesInfo3D<? extends ContourMeshRenderableSeries3DBase>>
context
- The context of application.seriesInfo
- The series info instance.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip3D
instance.