Search Results for

    Show / Hide Table of Contents

    Class SeriesInfo3D<T>

    Inheritance
    java.lang.Object
    renderableSeries.hitTest.SeriesInfoCore
    SeriesInfo3D<T>
    Implements
    renderableSeries.hitTest.IHitTestInfoUpdatable3D
    Inherited Members
    renderableSeries.hitTest.SeriesInfoCore.clear()
    renderableSeries.hitTest.SeriesInfoCore.isVisible()
    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 class SeriesInfo3D<T> extends renderableSeries.hitTest.SeriesInfoCore<T> implements renderableSeries.hitTest.IHitTestInfoUpdatable3D
    Type Parameters
    Name Description
    T

    Constructors

    SeriesInfo3D(T renderableSeries)

    Declaration
    public SeriesInfo3D(T renderableSeries)
    Parameters
    Type Name Description
    T renderableSeries

    Fields

    hitVertex

    Declaration
    public final DoublePoint3D hitVertex
    Field Value
    Type Description
    DoublePoint3D

    hitVertexCoords

    Declaration
    public final Point3D hitVertexCoords
    Field Value
    Type Description
    Point3D

    Methods

    clear()

    Declaration
    public void clear()
    Overrides
    SeriesInfoCore<T>.clear()

    formatXCursorValue(Comparable<?> xValue)

    Returns a value formatted using X axis format for cursors.

    Declaration
    protected CharSequence formatXCursorValue(Comparable<?> xValue)
    Parameters
    Type Name Description
    Comparable<?> xValue

    The value to format

    Returns
    Type Description
    CharSequence

    The formatted value

    formatYCursorValue(Comparable<?> yValue)

    Returns a value formatted using Y axis format for cursors.

    Declaration
    protected CharSequence formatYCursorValue(Comparable<?> yValue)
    Parameters
    Type Name Description
    Comparable<?> yValue

    The value to format

    Returns
    Type Description
    CharSequence

    The formatted value

    formatZCursorValue(Comparable<?> zValue)

    Returns a value formatted using Z axis format for cursors.

    Declaration
    protected CharSequence formatZCursorValue(Comparable<?> zValue)
    Parameters
    Type Name Description
    Comparable<?> zValue

    The value to format

    Returns
    Type Description
    CharSequence

    The formatted value

    getFormattedXValue()

    Gets the formatted xValue

    Declaration
    public final CharSequence getFormattedXValue()
    Returns
    Type Description
    CharSequence

    The formatted xValue

    getFormattedYValue()

    Gets the formatted yValue

    Declaration
    public final CharSequence getFormattedYValue()
    Returns
    Type Description
    CharSequence

    The formatted yValue

    getFormattedZValue()

    Gets the formatted zValue

    Declaration
    public final CharSequence getFormattedZValue()
    Returns
    Type Description
    CharSequence

    The formatted zValue

    getRenderableSeries()

    Declaration
    public final renderableSeries.IRenderableSeries3D getRenderableSeries()
    Returns
    Type Description
    renderableSeries.IRenderableSeries3D

    update(renderableSeries.hitTest.HitTestInfo3D hitTestInfo)

    Declaration
    public void update(renderableSeries.hitTest.HitTestInfo3D hitTestInfo)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo3D hitTestInfo

    Implements

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