com.livescribe.event
Class StrokeEvent
java.lang.Object
com.livescribe.event.Event
com.livescribe.event.PenletEvent
com.livescribe.event.PaperEvent
com.livescribe.event.StrokeEvent
public class StrokeEvent
- extends PaperEvent
This event type provides support for stroke events.
Note that double- and single-taps will also appear as strokes.
Note also that the PE_XXX fields are not used with
this event. Use the STROKE_xxx fields from this
class.
- Since:
- 2.3
- See Also:
StrokeListener
|
Field Summary |
static int |
STROKE_CREATED
The stroke created event. |
static int |
STROKE_FIRST_ID
The first number in the range of ID's used for this event. |
static int |
STROKE_LAST_ID
The last number in the range of ID's used for this event. |
STROKE_FIRST_ID
public static final int STROKE_FIRST_ID
- The first number in the range of ID's used for this event.
- See Also:
- Constant Field Values
STROKE_LAST_ID
public static final int STROKE_LAST_ID
- The last number in the range of ID's used for this event.
- See Also:
- Constant Field Values
STROKE_CREATED
public static final int STROKE_CREATED
- The stroke created event.
- See Also:
- Constant Field Values
StrokeEvent
public StrokeEvent(int id,
long time,
PageInstance page,
Region region)
- Creates a new stroke event using the specified parameters.
- Parameters:
id - the event IDtime - the event timepage - the page objectregion - the region object
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.