Search Results for

    Show / Hide Table of Contents

    Class VertexSelectionModifier3D

    Defines a modifier which provides the behaviour of selection of vertices on a 3D chart

    Inheritance
    java.lang.Object
    ReceiveMotionEventsBase
    ChartModifierCore
    ChartModifierBase3D
    GestureModifierBase3D
    VertexSelectionModifier3D
    Inherited Members
    ChartModifierCore.applyThemeProvider(IThemeProvider)
    ChartModifierCore.checkPointerCounter(MotionEvent,int)
    ChartModifierCore.getEventsGroupTag()
    ChartModifierCore.getIsEnabled()
    ChartModifierCore.getReceiveHandledEvents()
    ChartModifierCore.getServices()
    ChartModifierCore.isAttached()
    ChartModifierCore.onGenericMotion(ModifierTouchEventArgs)
    ChartModifierCore.onIsEnabledChanged(boolean)
    ChartModifierCore.onRenderableSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.onRenderableSeriesDrasticallyChanged()
    ChartModifierCore.onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.setEventsGroupTag(String)
    ChartModifierCore.setIsEnabled(boolean)
    ChartModifierCore.setReceiveHandledEvents(boolean)
    ChartModifierBase3D.getCamera()
    ChartModifierBase3D.getContext()
    ChartModifierBase3D.getModifierSurface()
    ChartModifierBase3D.getParentSurface()
    ChartModifierBase3D.getPointRelativeTo(PointF,IHitTestable)
    ChartModifierBase3D.getXAxis()
    ChartModifierBase3D.getYAxis()
    ChartModifierBase3D.getZAxis()
    ChartModifierBase3D.onChartRendered()
    ChartModifierBase3D.onXAxisChanged()
    ChartModifierBase3D.onYAxisChanged()
    ChartModifierBase3D.onZAxisChanged()
    GestureModifierBase3D.attachTo(IServiceContainer)
    GestureModifierBase3D.detach()
    GestureModifierBase3D.getOriginalTouchEvent()
    GestureModifierBase3D.onCancel(MotionEvent)
    GestureModifierBase3D.onDoubleTap(MotionEvent)
    GestureModifierBase3D.onDoubleTapEvent(MotionEvent)
    GestureModifierBase3D.onDown(MotionEvent)
    GestureModifierBase3D.onFling(MotionEvent,MotionEvent,float,float)
    GestureModifierBase3D.onLongPress(MotionEvent)
    GestureModifierBase3D.onScroll(MotionEvent,MotionEvent,float,float)
    GestureModifierBase3D.onShowPress(MotionEvent)
    GestureModifierBase3D.onSingleTapConfirmed(MotionEvent)
    GestureModifierBase3D.onSingleTapUp(MotionEvent)
    GestureModifierBase3D.onTouch(ModifierTouchEventArgs)
    GestureModifierBase3D.onUp(MotionEvent)
    ReceiveMotionEventsBase.getName()
    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 VertexSelectionModifier3D extends GestureModifierBase3D

    Constructors

    VertexSelectionModifier3D()

    Creates a new instance of the VertexSelectionModifier3D class.

    Declaration
    public VertexSelectionModifier3D()

    Methods

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services
    Overrides
    GestureModifierBase3D.attachTo(IServiceContainer services)

    detach()

    Declaration
    public void detach()
    Overrides
    GestureModifierBase3D.detach()

    onChartRendered()

    Called at the end of the render pass

    Declaration
    public void onChartRendered()
    Overrides
    ChartModifierBase3D.onChartRendered()

    onLongPress(MotionEvent e)

    Declaration
    public void onLongPress(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Overrides
    GestureModifierBase3D.onLongPress(MotionEvent e)

    onSingleTapConfirmed(MotionEvent e)

    Declaration
    public boolean onSingleTapConfirmed(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean
    Overrides
    GestureModifierBase3D.onSingleTapConfirmed(MotionEvent e)

    tryDeselectAll()

    Try to deselect all points

    Declaration
    protected void tryDeselectAll()

    trySelectPoint(PointF point)

    Try to select point at specified coordinates

    Declaration
    protected void trySelectPoint(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point

    The coordinates of point to select

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