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