public class PieChartTouchModifierBase extends PieChartModifierBase
services
Constructor and Description |
---|
PieChartTouchModifierBase() |
Modifier and Type | Method and Description |
---|---|
void |
onTouch(com.scichart.core.utility.touch.ModifierTouchEventArgs args) |
protected boolean |
onTouchCancel(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
Called when
MotionEvent.ACTION_CANCEL event occurs |
protected boolean |
onTouchDown(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
Called when
MotionEvent.ACTION_DOWN event occurs |
protected boolean |
onTouchMove(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
Called when
MotionEvent.ACTION_MOVE event occurs |
protected boolean |
onTouchUp(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
Called when
MotionEvent.ACTION_UP event occurs |
attachTo, detach, getContext, getModifierSurface, getParentSurface, getPointRelativeTo, getRenderableSeries, onParentSurfaceResized, onPieRenderSurfaceRendered, onRenderableSeriesCollectionChanged, onRenderableSeriesDrasticallyChanged, onSegmentCollectionDrasticallyChanged, onSegmentsCollectionChanged, onSelectedSegmentsCollectionChanged, onSelectedSeriesCollectionChanged
applyThemeProvider, checkPointerCounter, getEventsGroupTag, getIsEnabled, getReceiveHandledEvents, getServices, isAttached, onGenericMotion, onIsEnabledChanged, setEventsGroupTag, setIsEnabled, setReceiveHandledEvents
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEventsGroupTag, getIsEnabled, setIsEnabled
getName, getReceiveHandledEvents, onGenericMotion
applyThemeProvider
public void onTouch(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
onTouch
in interface com.scichart.core.utility.touch.IReceiveMotionEvents
onTouch
in class ChartModifierCore
protected boolean onTouchDown(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
MotionEvent.ACTION_DOWN
event occursargs
- The touch event args for this eventprotected boolean onTouchMove(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
MotionEvent.ACTION_MOVE
event occursargs
- The touch event args for this eventprotected boolean onTouchUp(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
MotionEvent.ACTION_UP
event occursargs
- The touch event args for this eventprotected boolean onTouchCancel(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
MotionEvent.ACTION_CANCEL
event occursargs
- The touch event args for this event