|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.livescribe.event.Event
com.livescribe.event.PenletEvent
com.livescribe.event.CoordinateEvent
public class CoordinateEvent
| Field Summary | |
|---|---|
Coordinate |
coordinate
The associated coordinate value. |
static int |
COORDINATE_COORDINATE
The Normal pen down coordinate event. |
static int |
COORDINATE_FAILED
The Pen down decode failure event. |
static int |
COORDINATE_HOVER
The Hover event. |
static int |
COORDINATE_HOVER_AWAY
The Hover away event. |
static int |
COORDINATE_WHITE_PAPER
The Pen sees white paper event. |
| Fields inherited from class com.livescribe.event.PenletEvent |
|---|
size, time |
| Fields inherited from class com.livescribe.event.Event |
|---|
consumed, eventId |
| Constructor Summary | |
|---|---|
CoordinateEvent(int id,
long time,
int size,
int x,
int y)
Creates a new coordinate event having the specified parameters. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string representation of this object. |
| Methods inherited from class com.livescribe.event.PenletEvent |
|---|
getTime, toDate |
| Methods inherited from class com.livescribe.event.Event |
|---|
consume, getId, isConsumed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int COORDINATE_HOVER
public static final int COORDINATE_HOVER_AWAY
public static final int COORDINATE_COORDINATE
public static final int COORDINATE_FAILED
public static final int COORDINATE_WHITE_PAPER
public Coordinate coordinate
| Constructor Detail |
|---|
public CoordinateEvent(int id,
long time,
int size,
int x,
int y)
id - the event ID, one of the COORDINATE_XXX
constantstime - the event timesize - the sizex - the X-coordinatey - the Y-coordinate| Method Detail |
|---|
public String toString()
toString in class PenletEvent
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||