Known Direct Subclasses
|
Class Overview
This class used to indicate stroke event related information in OnStrokeListener
Summary
Nested Classes |
enum |
StrokeEventArg.StrokeEndingState |
NotEnding: stroke begin or still moving
Standard: action_up to end stroke
ForceEnding: out of boundary or abnormal state such as WindowFocusChange or start a new stroke but not end previous stroke
|
class |
StrokeEventArg.StrokeMoveEventArg |
This class contains information related to a move event
|
enum |
StrokeEventArg.StrokeStatus |
Effective : This is valid stroke that will be shown in PaintingView
Ineffective : An ineffective stroke will not be shown in PaintingView
Ex. |
class |
StrokeEventArg.StrokeStatusChangeEventArg |
This Event argument tell stroke status is changed in undo/redo action
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
StrokeEventArg
(Stroke d, int groupId)
Public Methods