Search Results for

    Show / Hide Table of Contents

    Class HitTestInfo3D

    Defines a hit test info class which provides information on a series 3D hit test operation See Also: com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D#hitTest(HitTestInfo3D, long), com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D#hitTest(HitTestInfo3D, float, float)

    Inheritance
    java.lang.Object
    HitTestInfo3D
    Implements
    ICleanable
    Inherited Members
    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 HitTestInfo3D implements ICleanable

    Constructors

    HitTestInfo3D()

    Declaration
    public HitTestInfo3D()

    Fields

    entityId

    The id of entity which was hit

    Declaration
    public int entityId
    Field Value
    Type Description
    int

    isHit

    The value indicating whether the HitTest operation was a hit or not

    Declaration
    public boolean isHit
    Field Value
    Type Description
    boolean

    vertexId

    The id of vertex which was hit

    Declaration
    public int vertexId
    Field Value
    Type Description
    int

    xIndex

    The index of point which was hit in case of grid data

    Declaration
    public int xIndex
    Field Value
    Type Description
    int

    zIndex

    The index of point which was hit in case of grid data

    Declaration
    public int zIndex
    Field Value
    Type Description
    int

    Methods

    clear()

    Declaration
    public void clear()

    isEmpty()

    Checks if this HitTestInfo3D is empty

    Declaration
    public final boolean isEmpty()
    Returns
    Type Description
    boolean

    True if empty, otherwise false

    Implements

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