public class PieChartTouchModifierBase extends PieChartModifierBase
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 |
applyThemeProvider, attachTo, detach, getContext, getEventsGroupTag, getIsEnabled, getModifierSurface, getParentSurface, getPointRelativeTo, getReceiveHandledEvents, getRenderableSeries, getServices, isAttached, onGenericMotion, onIsEnabledChanged, onParentPieSurfaceResized, onPieRenderableSeriesCollectionChanged, onPieRenderableSeriesDrasticallyChanged, onPieRenderSurfaceRendered, onSegmentCollectionDrasticallyChanged, onSegmentsCollectionChanged, onSelectedPieSeriesCollectionChanged, onSelectedSegmentsCollectionChanged, setIsEnabled, setReceiveHandledEvents
public void onTouch(com.scichart.core.utility.touch.ModifierTouchEventArgs args)
onTouch
in interface com.scichart.core.utility.touch.IReceiveMotionEvents
onTouch
in class PieChartModifierBase
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