public class InkPoint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
f
The point normalised pressure.
|
long |
t
The point timestamp.
|
float |
x
The point x coordinate.
|
float |
y
The point y coordinate.
|
Constructor and Description |
---|
InkPoint(float x,
float y,
long t,
float f)
Constructs a InkPoint
|