java.lang.Object | ||
↳ | com.htc.painting.engine.StrokeEventArg | |
↳ | com.htc.painting.engine.StrokeEventArg.StrokeMoveEventArg |
This class contains information related to a move event
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
mPos | |||||||||||
mState |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This returns the ending state of the stroke that is related to this stroke event
Ex.Return StrokeEndingState.NotEnding in OnStrokeListener.onStrokeBegin when the stroke is still ongoing
Return StrokeEndingState.Standard when the stroke follow the regular action "down, move, up" sequence
Return {@linkStrokeEndingState.ForceEnding } when the stroke in all other cases
| |||||||||||
Get the position of the event occurrence with respect to stroke group it belongs to
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This returns the ending state of the stroke that is related to this stroke event Ex.Return StrokeEndingState.NotEnding in OnStrokeListener.onStrokeBegin when the stroke is still ongoing Return StrokeEndingState.Standard when the stroke follow the regular action "down, move, up" sequence Return {@linkStrokeEndingState.ForceEnding } when the stroke in all other cases
Get the position of the event occurrence with respect to stroke group it belongs to