public class VertexSelectionModifier3D extends GestureModifierBase3D
Constructor and Description |
---|
VertexSelectionModifier3D()
Creates a new instance of the
VertexSelectionModifier3D class. |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
void |
onChartRendered()
Called at the end of the render pass
|
void |
onLongPress(android.view.MotionEvent e) |
boolean |
onSingleTapConfirmed(android.view.MotionEvent e) |
protected void |
tryDeselectAll()
Try to deselect all points
|
protected void |
trySelectPoint(android.graphics.PointF point)
Try to select point at specified coordinates
|
getOriginalTouchEvent, onCancel, onDoubleTap, onDoubleTapEvent, onDown, onFling, onScroll, onShowPress, onSingleTapUp, onTouch, onUp
getCamera, getContext, getModifierSurface, getParentSurface, getPointRelativeTo, getXAxis, getYAxis, getZAxis, onXAxisChanged, onYAxisChanged, onZAxisChanged
applyThemeProvider, checkPointerCounter, getEventsGroupTag, getIsEnabled, getReceiveHandledEvents, getServices, isAttached, onGenericMotion, onIsEnabledChanged, onRenderableSeriesCollectionChanged, onRenderableSeriesDrasticallyChanged, onSelectedSeriesCollectionChanged, setEventsGroupTag, setIsEnabled, setReceiveHandledEvents
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventsGroupTag, getIsEnabled, setIsEnabled
public VertexSelectionModifier3D()
VertexSelectionModifier3D
class.public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
attachTo
in class GestureModifierBase3D
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
detach
in class GestureModifierBase3D
public boolean onSingleTapConfirmed(android.view.MotionEvent e)
GestureModifierBase3D
onSingleTapConfirmed
in interface android.view.GestureDetector.OnDoubleTapListener
onSingleTapConfirmed
in class GestureModifierBase3D
protected void trySelectPoint(android.graphics.PointF point)
point
- The coordinates of point to selectpublic void onLongPress(android.view.MotionEvent e)
onLongPress
in interface android.view.GestureDetector.OnGestureListener
onLongPress
in class GestureModifierBase3D
protected void tryDeselectAll()
public void onChartRendered()
onChartRendered
in interface ISciChartSurface3DRenderedListener
onChartRendered
in class ChartModifierBase3D