Search Results for

    Show / Hide Table of Contents

    Class SelectionPassManager

    Default implementation of ISelectionPassManager

    Inheritance
    Object
    SelectionPassManager
    Implements
    ISelectionPassManager
    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 SelectionPassManager implements ISelectionPassManager

    Constructors

    SelectionPassManager(ISciChartSurface3D parentSurface)

    Creates an instance of SelectionPassManager

    Declaration
    public SelectionPassManager(ISciChartSurface3D parentSurface)
    Parameters
    Type Name Description
    ISciChartSurface3D parentSurface

    The parent surface

    Methods

    getEntityId(long selectionId)

    Declaration
    public static int getEntityId(long selectionId)
    Parameters
    Type Name Description
    long selectionId
    Returns
    Type Description
    int

    getSelectionId(float x, float y)

    Declaration
    public static long getSelectionId(float x, float y)
    Parameters
    Type Name Description
    float x
    float y
    Returns
    Type Description
    long

    getVertexId(long selectionId)

    Declaration
    public static int getVertexId(long selectionId)
    Parameters
    Type Name Description
    long selectionId
    Returns
    Type Description
    int

    tryDisableSelectionPassFor(Object target)

    Tries to disable selection pass for specified target. If it's already disabled does nothing

    Declaration
    public final synchronized void tryDisableSelectionPassFor(Object target)
    Parameters
    Type Name Description
    Object target

    tryEnableSelectionPassFor(Object target)

    Tries to enable selection pass for specified target. If it's already enabled does nothing

    Declaration
    public final void tryEnableSelectionPassFor(Object target)
    Parameters
    Type Name Description
    Object target

    Implements

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