Search Results for

    Show / Hide Table of Contents

    Class Seriesinfo3DProviderBase<TRenderableSeries3D,TSeriesInfo3D>

    Defines a base abstract class for ISeriesInfo3DProvider implementors.

    Inheritance
    java.lang.Object
    renderableSeries.RenderableSeriesProviderBase
    Seriesinfo3DProviderBase<TRenderableSeries3D,TSeriesInfo3D>
    Implements
    renderableSeries.hitTest.ISeriesInfo3DProvider
    Inherited Members
    renderableSeries.RenderableSeriesProviderBase.attachTo(IServiceContainer)
    renderableSeries.RenderableSeriesProviderBase.detach()
    renderableSeries.RenderableSeriesProviderBase.isAttached()
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class Seriesinfo3DProviderBase<TRenderableSeries3D,TSeriesInfo3D> extends renderableSeries.RenderableSeriesProviderBase<TRenderableSeries3D> implements renderableSeries.hitTest.ISeriesInfo3DProvider
    Type Parameters
    Name Description
    TRenderableSeries3D
    TSeriesInfo3D

    Constructors

    Seriesinfo3DProviderBase(Class<TRenderableSeries3D> renderableSeriesType)

    Declaration
    protected Seriesinfo3DProviderBase(Class<TRenderableSeries3D> renderableSeriesType)
    Parameters
    Type Name Description
    Class<TRenderableSeries3D> renderableSeriesType

    Methods

    getSeriesInfo()

    Creates SeriesInfo3D instance which is attached to current IRenderableSeries3D.

    Declaration
    public final renderableSeries.hitTest.SeriesInfo3D getSeriesInfo()
    Returns
    Type Description
    SeriesInfo3D

    getSeriesInfoInternal()

    Creates SeriesInfo3D instance which is attached to current IRenderableSeries3D.

    Declaration
    protected abstract TSeriesInfo3D getSeriesInfoInternal()
    Returns
    Type Description
    TSeriesInfo3D

    The SeriesInfo3D instance.

    getSeriesTooltip()

    Creates ISeriesTooltip3D instance which is attached to current IRenderableSeries3D.

    Declaration
    public final renderableSeriesISeriesTooltip3D getSeriesTooltip()
    Returns
    Type Description
    renderableSeriesISeriesTooltip3D

    getSeriesTooltip(Class<?> modifierType)

    Creates ISeriesTooltip3D instance for specified tooltipId which is attached to current IRenderableSeries3D.

    Declaration
    public final renderableSeriesISeriesTooltip3D getSeriesTooltip(Class<?> modifierType)
    Parameters
    Type Name Description
    Class<?> modifierType
    Returns
    Type Description
    renderableSeriesISeriesTooltip3D

    getSeriesTooltipInternal(Context context, TSeriesInfo3D seriesInfo, Class<?> modifierType)

    Creates a new ISeriesTooltip3D.

    Declaration
    protected abstract renderableSeriesISeriesTooltip3D getSeriesTooltipInternal(Context context, TSeriesInfo3D seriesInfo, Class<?> modifierType)
    Parameters
    Type Name Description
    android.content.Context context

    The context of application.

    TSeriesInfo3D seriesInfo

    The series info instance.

    Class<?> modifierType

    The type of modifier for which tooltip will be created.

    Returns
    Type Description
    renderableSeriesISeriesTooltip3D

    The ISeriesTooltip3D instance.

    Implements

    ISeriesInfo3DProvider
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml